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)
|
python build.py -o $(OUT) ctf $(FLAGS)
|
||||||
touch $(OUT)/ctf
|
touch $(OUT)/ctf
|
||||||
|
|
||||||
$(OUT)/ctf/%.html: ctf/%.md
|
$(OUT)/ctf/%.html: ctf/%.md build.py
|
||||||
python build.py -o $(OUT) ctf -p $^ $(FLAGS)
|
python build.py -o $(OUT) ctf -p $< $(FLAGS)
|
||||||
|
|
||||||
static/songlist.json: music build.py
|
static/songlist.json: music build.py
|
||||||
python build.py songlist $(FLAGS)
|
python build.py songlist $(FLAGS)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue