mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-04 04:30:18 +00:00
peasant: more build fixes
This commit is contained in:
parent
97077a07f5
commit
f31b3a5f09
@ -619,6 +619,7 @@ text/common.inc.lookup:
|
||||
distclean:
|
||||
make clean
|
||||
cd sprites && make clean
|
||||
cd sprites_peasant && make clean
|
||||
cd graphics_archery && make clean
|
||||
cd graphics_cliff && make clean
|
||||
cd graphics_inn && make clean
|
||||
|
@ -12,6 +12,10 @@ all: INTRO
|
||||
../sprites/peasant_sprites.inc:
|
||||
cd ../sprites && make
|
||||
|
||||
|
||||
../sprites_peasant/walking_sprites.zx02:
|
||||
cd ../sprites_peasant && make
|
||||
|
||||
###
|
||||
|
||||
|
||||
@ -29,6 +33,7 @@ intro.o: intro.s ../zp.inc ../qload.inc ../music/music.inc \
|
||||
../graphics_peasantry/lake_e_priority.zx02 \
|
||||
../graphics_peasantry/river_priority.zx02 \
|
||||
../graphics_peasantry/knight_priority.zx02 \
|
||||
../sprites_peasant/walking_sprites.zx02 \
|
||||
../sprites/peasant_sprites.inc \
|
||||
../sprites/bubble_sprites_e.inc \
|
||||
../sprites/bubble_sprites_w.inc \
|
||||
|
@ -245,6 +245,6 @@ climb_flame_sprites.inc: climb_flame_sprites.png
|
||||
|
||||
|
||||
clean:
|
||||
rm -f *~ enemy_sprites.inc robe_sprites.inc flame_sprites.inc \
|
||||
rm -f *~ *.zx02 enemy_sprites.inc robe_sprites.inc flame_sprites.inc \
|
||||
walk_sprites.inc climb_sprites.inc climb_flame_sprites.inc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user