Update makefile clean to display sources

This commit is contained in:
Michaelangel007 2017-11-06 10:02:47 -08:00
parent 592321c050
commit c4f7c077e3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ all:$(TARGETS)
.PHONY: clean
clean:
echo $(SOURCES)
@echo Sources: $(SOURCES)
$(RM) $(TARGETS)
prodos: $(SOURCES)