Skip to content

Commit

Permalink
Print informational messages on the make rules all and clean
Browse files Browse the repository at this point in the history
Signed-off-by: Mattias Andrée <[email protected]>
  • Loading branch information
maandree committed Feb 16, 2014
1 parent b521736 commit 941cd1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PKGNAME ?= sshcd

.PHONY: all
all:
@echo Nothing to compile


.PHONY: install
Expand All @@ -27,4 +28,5 @@ uninstall:

.PHONY: clean
clean:
@echo Nothing to clean

0 comments on commit 941cd1b

Please sign in to comment.