From adc5ab1849494df1d9947476c3b840b83ab82a1d Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Thu, 27 Jul 2023 20:30:11 +0200 Subject: [PATCH] makefile watch all files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2d840f..b8148d1 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ clean: .PHONY: watch watch: - find src -name "*.hx" | entr make debug + find src | entr make debug .PHONY: emulator emulator: