riven: fix Makefiles for clean build

This commit is contained in:
Vince Weaver 2024-08-04 12:05:12 -04:00
parent cc8673e171
commit 80fb6ee833
2 changed files with 4 additions and 4 deletions

View File

@ -111,4 +111,4 @@ distclean:
cd graphics_arrival2 && make clean
cd graphics_telescope && make clean
cd graphics_arrival3 && make clean
cd graphcis_path && make clean
cd graphics_path && make clean

View File

@ -3,9 +3,9 @@ include ../../../../Makefile.inc
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
all: downsteps_graphics.inc
all: downsteps_graphics3.inc
downsteps_graphics.inc: \
downsteps_graphics3.inc: \
downsteps3_n.hgr.zx02 downsteps3_s.hgr.zx02 downsteps3_e.hgr.zx02
echo "downsteps3_n_zx02: .incbin \"downsteps3_n.hgr.zx02\"" > downsteps3_graphics.inc
echo "downsteps3_s_zx02: .incbin \"downsteps3_s.hgr.zx02\"" >> downsteps3_graphics.inc
@ -22,5 +22,5 @@ downsteps_graphics.inc: \
####
clean:
rm -f *~ *.o *.lst *.zx02 *.hgr downsteps_graphics.inc
rm -f *~ *.o *.lst *.zx02 *.hgr downsteps3_graphics.inc