peasant: update makefile

it's always the makefile
This commit is contained in:
Vince Weaver 2021-10-13 01:08:55 -04:00
parent 738a305897
commit 7c5a9cdc14
1 changed files with 4 additions and 2 deletions

View File

@ -363,9 +363,11 @@ graphics_vid/vid_graphics.inc:
graphics_title/title_graphics.inc:
cd graphics_title && make
graphics_peasantry/graphics_intro.inc:
cd graphics_peasantry && make
graphics_peasantry/graphics_peasant1.inc:
cd graphics && make
cd graphics_peasantry && make
graphics_cliff/cliff_graphics.inc:
cd graphics_cliff && make
@ -396,7 +398,7 @@ distclean:
cd sprites && make clean
cd graphics_vid && make clean
cd graphics_title && make clean
cd graphics && make clean
cd graphics_peasantry && make clean
cd graphics_copy && make clean
cd graphics_trogdor && make clean
cd graphics_end && make clean