From bcdc6431eefdd3b4d588f7cdfae226e0779a3b80 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 21 Sep 2020 02:57:24 +0200 Subject: [PATCH] Fixed typo in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c32ede3..c54229c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ $(BUILDDIR): all: $(BUILDDIR) $(BIN) -.PHONE: clean - +.PHONY: clean clean: @rm -df $(BUILDDIR)/*.bin $(BUILDDIR)/*.lst .build