mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
riven: Fix up makefile
This commit is contained in:
parent
29321876ab
commit
88eaafc1ea
@ -83,16 +83,16 @@ graphics_23/23_graphics.inc:
|
|||||||
clean:
|
clean:
|
||||||
rm -f *~ *.o *.lst DISK10 \
|
rm -f *~ *.o *.lst DISK10 \
|
||||||
LEVEL_CENTER LEVEL_PILLARS \
|
LEVEL_CENTER LEVEL_PILLARS \
|
||||||
LEVEL_15 LEVEL_23
|
LEVEL_15
|
||||||
|
|
||||||
|
|
||||||
####
|
####
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
rm -f *~ *.o *.lst DISK10 \
|
rm -f *~ *.o *.lst DISK10 \
|
||||||
LEVEL_CENTER LEVEL_PILLARS LEVEL_15 LEVEL_23
|
LEVEL_CENTER LEVEL_PILLARS LEVEL_15
|
||||||
cd graphics_center && make clean
|
cd graphics_center && make clean
|
||||||
cd graphics_pillars && make clean
|
cd graphics_pillars && make clean
|
||||||
cd graphics_15 && make clean
|
cd graphics_15 && make clean
|
||||||
cd graphics_23 && make clean
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user