diff --git a/Makefile b/Makefile index 7cabfd1..573c0ae 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,9 @@ deps: package.json build.hxml clean: rm -rf $(BUILD_DIR) + +watch: + find src -name "*.hx" | entr make build + +debug: + craftos --mount-ro /=build