regen entities on reset

This commit is contained in:
Nicholas Smith 2023-01-04 22:03:15 +10:00
parent fd0487abac
commit 1f947eae7a

View file

@ -52,6 +52,7 @@ down:
.PHONY: reset .PHONY: reset
reset: reset:
$(DCO_BIN) down $(DCO_BIN) down
make ent-gen
make up make up
# Run the application # Run the application