mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-19 13:31:08 +00:00
peasant: fix issue where inventory wasn't being rebuilt
This commit is contained in:
parent
c484948c91
commit
15359c15f7
@ -538,6 +538,7 @@ distclean:
|
||||
cd inn && make distclean
|
||||
cd inside && make distclean
|
||||
cd intro && make distclean
|
||||
cd inventory && make distclean
|
||||
cd map && make distclean
|
||||
cd saves && make distclean
|
||||
cd text && make distclean
|
||||
@ -562,6 +563,7 @@ clean:
|
||||
cd inn && make clean
|
||||
cd inside && make clean
|
||||
cd intro && make clean
|
||||
cd inventory && make clean
|
||||
cd map && make clean
|
||||
cd music && make clean
|
||||
cd saves && make clean
|
||||
|
@ -15,10 +15,17 @@ INVENTORY: inventory.o
|
||||
ld65 -o INVENTORY inventory.o -C $(LINKER_SCRIPTS)/apple2_d000.inc
|
||||
|
||||
inventory.o: inventory.s \
|
||||
../text/invenory.inc.lookup \
|
||||
sprites/inventory_sprites.inc \
|
||||
../hgr_2x16_sprite.s
|
||||
ca65 -o inventory.o inventory.s -l inventory.lst
|
||||
|
||||
|
||||
###
|
||||
|
||||
../text/invenory.inc.lookup:
|
||||
cd ../text && make
|
||||
|
||||
###
|
||||
|
||||
sprites/inventory_sprites.inc:
|
||||
|
Loading…
x
Reference in New Issue
Block a user