summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoehm2014-09-16 19:54:10 +0200
committermoehm2014-09-16 19:54:10 +0200
commit538b2ea21ac0bb03823a1bf3ffa082e1739e8a9b (patch)
tree918793a0c1ffabb59c6b8c933bf02a30987e3f95
parent5e80a18e544e371bf0063a22bd9048915c69879b (diff)
downloadpokewiki-538b2ea21ac0bb03823a1bf3ffa082e1739e8a9b.tar.gz
surpressed outout in makefile
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2afab73..ce32a72 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: clean get
clean:
- rm -f *txt
+ @rm -f *txt
get:
- ./get.sh
+ @./get.sh