makefile watch all files

This commit is contained in:
Djeeberjr 2023-07-27 20:30:11 +02:00
parent 1a523cb3ce
commit adc5ab1849

View File

@ -46,7 +46,7 @@ clean:
.PHONY: watch
watch:
find src -name "*.hx" | entr make debug
find src | entr make debug
.PHONY: emulator
emulator: