diff options
| author | Tauwasser <Tauwasser@tauwasser.eu> | 2018-05-29 23:48:42 +0200 |
|---|---|---|
| committer | Tauwasser <Tauwasser@tauwasser.eu> | 2018-05-30 00:20:30 +0200 |
| commit | ad308a631b944d952779d2bf867ede20835d148a (patch) | |
| tree | 6fffa52d3f62e61cffb0f0c5434e2259c1e82331 /Makefile | |
| parent | 678055519c30f0f051b3782c0cc29051af321efd (diff) | |
Makefile: mark converted/compressed picture files precious
This is so a) they don't get deleted and b) they don't produce a huge
rm line after the compare target ran.
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ MD5 := md5sum -c .SUFFIXES: .SUFFIXES: .asm .o .gb .png .SECONDEXPANSION: +.PRECIOUS: %.1bpp %.2bpp %.pic ROMS := pokegold-spaceworld.gb BASEROM := baserom.gb |
