mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
peasant: more build fixes
This commit is contained in:
parent
f31b3a5f09
commit
ae4e99bd2b
@ -6,6 +6,12 @@ all: ENDING
|
||||
|
||||
###
|
||||
|
||||
sprites/ending_sprites.inc:
|
||||
cd sprites && make
|
||||
|
||||
###
|
||||
|
||||
|
||||
ENDING: ending.o
|
||||
ld65 -o ENDING ending.o -C $(LINKER_SCRIPTS)/apple2_6000.inc
|
||||
|
||||
@ -33,6 +39,7 @@ graphics_end/ending_graphics.inc:
|
||||
|
||||
distclean:
|
||||
make clean
|
||||
cd sprites && make clean
|
||||
cd graphics_end && make clean
|
||||
|
||||
###
|
||||
|
Loading…
Reference in New Issue
Block a user