Description:
Handle broken packages and fix inklecate.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r455:ad9aaa283d4a -

@@ -11,10 +11,10
11 11 # 'make' by itself merely builds the software:
12 12 default: $(DEFAULT_RUN)
13 13
14 core-debug: validate ink portraits
14 core-debug: validate ink clean-packages portraits
15 15 dotnet build ${CORE_SOLUTION} -f netcoreapp3.1
16 16
17 core-release: validate ink portraits
17 core-release: validate ink clean-packages portraits
18 18 dotnet build ${CORE_SOLUTION} -f netcoreapp3.1 -c Release
19 19
20 20 framework-release: validate ink portraits
@@ -36,7 +36,7
36 36 portraits: isometric-park-fna/Content/portraits.png
37 37
38 38 isometric-park-fna/Content/%.json: $(shell find -ipath "*isometric-park-fna/Content/*.ink")
39 inklecate $< -o $@
39 inklecate -o $@ $<
40 40
41 41 ink: isometric-park-fna/Content/dialog.json
42 42
@@ -67,6 +67,10
67 67 #If this folder doesn't exist and we get an error, that's okay
68 68 -rm -r isometric-park-fna/obj/
69 69
70 clean-package:
71 -rm -r isometric-park-fna/packages/* packages/*
72
73
70 74 # VALIDATE
71 75
72 76 validate-yaml:
You need to be logged in to leave comments. Login now