diff --git a/games/peasant/Makefile b/games/peasant/Makefile index 319e0a5e..0d7fd01a 100644 --- a/games/peasant/Makefile +++ b/games/peasant/Makefile @@ -205,6 +205,9 @@ graphics/graphics_peasant1.inc: graphics_copy/copy_graphics.inc: cd graphics_copy && make +graphics_end/ending_graphics.inc: + cd graphics_end && make + sprites/inventory_sprites.inc: cd sprites && make diff --git a/games/peasant/sprites/Makefile b/games/peasant/sprites/Makefile index 0744018d..99e54806 100644 --- a/games/peasant/sprites/Makefile +++ b/games/peasant/sprites/Makefile @@ -29,4 +29,4 @@ inventory_sprites.inc: inventory.png clean: - rm *~ inventory_sprites.inc + rm -f *~ inventory_sprites.inc