mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
riven: fix Makefiles for clean build
This commit is contained in:
parent
cc8673e171
commit
80fb6ee833
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user