From cc9ca3df9163709178f87540d954279d0cdd18b0 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 21 Sep 2020 02:58:04 +0200 Subject: [PATCH] Fixed typo in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 04a67a0..e1cbe5b 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,7 @@ $(BUILDDIR)/XED.COM: src/crt0.z80 src/* include/* lib/* $(BUILDDIR): @mkdir $(BUILDDIR) -.PHONE: clean - +.PHONY: clean clean: @rm -rf $(BUILDDIR)/s @rm -df $(BUILDDIR)/*.COM $(BUILDDIR)/*.lst .build