diff options
author | red031000 <rubenru09@aol.com> | 2020-07-11 21:50:56 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-11 21:50:56 +0100 |
commit | f76e211631b6b86ce7000c16acc5368d78b14f42 (patch) | |
tree | a3e8a0b527d8798518249964df372f47da5560a8 /Makefile | |
parent | d038e60ba5baee009a0b76466cf362ae7747d48f (diff) |
bit of title work, maths is still wrong
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -251,6 +251,9 @@ $(CLOBBER_SIZE_NCGR_FILES): %.NCGR: %.png $(CLOBBER_SIZE_VERSION101_NCGR_FILES): %.NCGR: %.png $(GFX) $< $@ -clobbersize -version101 +$(VERSION101_SOPC_8BPP_NCGR_FILES): %.NCGR: %.png + $(GFX) $< $@ -version101 -sopc -bitdepth 8 + %.NCLR: %.png $(GFX) $< $@ |