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