Add make clean
This commit is contained in:
parent
a85a478f1d
commit
f39ece171e
5
makefile
5
makefile
@ -1,7 +1,12 @@
|
|||||||
.PHONY: watch
|
.PHONY: watch
|
||||||
|
|
||||||
|
default: rewild.hl
|
||||||
|
|
||||||
rewild.hl: **/*.hx
|
rewild.hl: **/*.hx
|
||||||
haxe compile.hxml
|
haxe compile.hxml
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm rewild.hl
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
@inotifywait --recursive --monitor --event modify,move,create,delete --include '.*.hx$$' ./ | while read changed; do echo $$changed; make; done
|
@inotifywait --recursive --monitor --event modify,move,create,delete --include '.*.hx$$' ./ | while read changed; do echo $$changed; make; done
|
||||||
|
Loading…
Reference in New Issue
Block a user