regen entities on reset

This commit is contained in:
Nicholas Smith 2023-01-04 22:03:15 +10:00
parent 2ac7604b43
commit 4527d3d2e5

View File

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