Makefile: Silence "echo $message"
This commit is contained in:
parent
9fd6d200b6
commit
a99ac32a2e
|
@ -1,5 +1,5 @@
|
|||
all:
|
||||
echo "Please select a target from the Makefile."
|
||||
@echo "Please select a target from the Makefile."
|
||||
|
||||
clean:
|
||||
rm -f *.pyc
|
||||
|
|
Loading…
Reference in New Issue