Fix intermediate files once and for all.

GNU Make defaults to deleting all intermediate files unless .SECONDARY is defined.
This commit is contained in:
yenatch 2017-05-28 01:22:17 -04:00
parent 517136b0d9
commit 22058020f4

View File

@ -3,8 +3,8 @@ MD5 := md5sum -c --quiet
.SUFFIXES:
.PHONY: all clean tools crystal crystal11
.SECONDEXPANSION:
.PRECIOUS: %.2bpp %.1bpp %.pal.bin
.PRECIOUS:
.SECONDARY:
crystal_obj := \