added debug targets

This commit is contained in:
Djeeberjr 2022-02-20 01:29:47 +01:00
parent 21505261f8
commit ff11000da6

View File

@ -21,3 +21,9 @@ deps: package.json build.hxml
clean: clean:
rm -rf $(BUILD_DIR) rm -rf $(BUILD_DIR)
watch:
find src -name "*.hx" | entr make build
debug:
craftos --mount-ro /=build