We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6420c8c commit ce84c81Copy full SHA for ce84c81
generate_chr.bat
@@ -0,0 +1 @@
1
+python3 src/chr/donut.py src/chr/uncompressed/ src/chr/dnt -f
generate_chr.sh
makefile
@@ -79,7 +79,7 @@ endif
79
80
81
# optimize for code size (the ideal method)
82
-build: CHR $(TMPDIR) $(OUTDIR) $(OUTDIR)/$(NAME).nes
+build: $(TMPDIR) $(OUTDIR) $(OUTDIR)/$(NAME).nes
83
84
85
@@ -97,8 +97,6 @@ main:
97
98
#target: dependencies
99
100
-CHR: src/chr/dnt/*.bin
101
- python3 src/chr/donut.py src/chr/uncompressed/ src/chr/dnt -f
102
103
$(OUTDIR):
104
$(call mkdir,$(OUTDIR))
0 commit comments