diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -11,10 +11,10 @@ # 'make' by itself merely builds the software: default: $(DEFAULT_RUN) -core-debug: validate ink portraits +core-debug: validate ink clean-packages portraits dotnet build ${CORE_SOLUTION} -f netcoreapp3.1 -core-release: validate ink portraits +core-release: validate ink clean-packages portraits dotnet build ${CORE_SOLUTION} -f netcoreapp3.1 -c Release framework-release: validate ink portraits @@ -36,7 +36,7 @@ portraits: isometric-park-fna/Content/portraits.png isometric-park-fna/Content/%.json: $(shell find -ipath "*isometric-park-fna/Content/*.ink") - inklecate $< -o $@ + inklecate -o $@ $< ink: isometric-park-fna/Content/dialog.json @@ -67,6 +67,10 @@ #If this folder doesn't exist and we get an error, that's okay -rm -r isometric-park-fna/obj/ +clean-package: + -rm -r isometric-park-fna/packages/* packages/* + + # VALIDATE validate-yaml: