update makefile

This commit is contained in:
caandt 2024-09-26 19:29:58 -05:00
parent 06ee3fff10
commit cec4c65edf

View file

@ -14,8 +14,8 @@ $(OUT)/ctf: build.py
python build.py -o $(OUT) ctf $(FLAGS)
touch $(OUT)/ctf
$(OUT)/ctf/%.html: ctf/%.md
python build.py -o $(OUT) ctf -p $^ $(FLAGS)
$(OUT)/ctf/%.html: ctf/%.md build.py
python build.py -o $(OUT) ctf -p $< $(FLAGS)
static/songlist.json: music build.py
python build.py songlist $(FLAGS)