summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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