From c4f7c077e3ad364099c7d1c7c9216c501d411f2f Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 6 Nov 2017 10:02:47 -0800 Subject: [PATCH] Update makefile clean to display sources --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fe899e..e5b3fa8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all:$(TARGETS) .PHONY: clean clean: - echo $(SOURCES) + @echo Sources: $(SOURCES) $(RM) $(TARGETS) prodos: $(SOURCES)