From a178a751778f400dffb411e897e53b3d96b68ca8 Mon Sep 17 00:00:00 2001 From: William Moore Date: Wed, 20 Jul 2022 02:44:23 -0500 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 90495e1..f63405f 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,6 @@ $(TARGET): $(I6S) $(INFORM7) $(ARGS) $< clean: - rm $(SRCDIR)/*.i6 - rm *.gblorb - rm *.ulx + - rm $(SRCDIR)/*.i6 + - rm *.gblorb + - rm *.ulx