From 3e1bf5cf46483bfe97621523cf8515aa55563c66 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 22 Jul 2024 01:11:43 -0400 Subject: [PATCH] riven: make sure builds after dist-clean --- games/riven_hgr/disk00_files/Makefile | 2 +- games/riven_hgr/disk41_files/graphics_cove/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/riven_hgr/disk00_files/Makefile b/games/riven_hgr/disk00_files/Makefile index e58894a0..2c719bef 100644 --- a/games/riven_hgr/disk00_files/Makefile +++ b/games/riven_hgr/disk00_files/Makefile @@ -85,7 +85,7 @@ graphics_cho/cho_graphics.inc: graphics_cyan/cyan_graphics.inc: cd graphics_cyan && make -graphics_start/cyan_graphics.inc: +graphics_start/start_graphics.inc: cd graphics_start && make #### diff --git a/games/riven_hgr/disk41_files/graphics_cove/Makefile b/games/riven_hgr/disk41_files/graphics_cove/Makefile index e9c7e306..d920581b 100644 --- a/games/riven_hgr/disk41_files/graphics_cove/Makefile +++ b/games/riven_hgr/disk41_files/graphics_cove/Makefile @@ -27,5 +27,5 @@ cove_graphics.inc: \ #### clean: - rm -f *~ *.o *.lst *.zx02 *.hgr stairs_cove.inc + rm -f *~ *.o *.lst *.zx02 *.hgr cove_graphics.inc