From eb439ce7d7dba37e8c761063895ab941409c0ba2 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 21 Sep 2020 02:56:59 +0200 Subject: [PATCH] Fixed typo in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5cd73a5..27a67a7 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ $(BUILDDIR): all: $(BUILDDIR) $(BIN) -.PHONE: clean - +.PHONY: clean clean: @rm -df $(BUILDDIR)/*.bin $(BUILDDIR)/*.COM $(BUILDDIR)/*.lst .build