From: Sebastian Date: Tue, 12 Aug 2014 20:47:22 +0000 (+0000) Subject: Makefile: don't print $(EOBJS) in help screen X-Git-Url: http://sraa.de/git/?a=commitdiff_plain;h=147f7261936b4f26067f0e63c3e32a115c98bf27;p=lattice-boltzmann-epiphany.git Makefile: don't print $(EOBJS) in help screen --- diff --git a/lb/Makefile b/lb/Makefile index 5a34e60..c18c0d6 100644 --- a/lb/Makefile +++ b/lb/Makefile @@ -38,7 +38,6 @@ EELFS = $(EAPPS:$(DEST)%srec=$(EDEST)%elf) # === Phony Rules ========================================================= help: - @echo $(EOBJS) @$(ECHO) @$(ECHO) "Epiphany Makefile - Help" @$(ECHO) " help show this help"