From 2571dc459c4424e009aae0a5d27e373da7e6655a Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Thu, 20 Jun 2013 04:56:55 -0600 Subject: [PATCH] Delete more files on clean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b835570..1934fb77 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ clean: ${Q}rm -rf rgblib rgblib.exe ${rgblib_obj} rgblib.html ${Q}rm -rf rgblink rgblink.exe ${rgblink_obj} rgblink.html ${Q}rm -rf rgbfix rgbfix.exe ${rgbfix_obj} rgbfix.html - ${Q}rm -rf src/asm/asmy.c + ${Q}rm -rf src/asm/asmy.c src/asm/asmy.h src/asm/asmy.y install: all ${Q}install -s -m 555 rgbasm ${BINPREFIX}/rgbasm