update makefile
This commit is contained in:
parent
06ee3fff10
commit
cec4c65edf
4
Makefile
4
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue