aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2011-04-25 02:16:37 +0200
committerStefan Kangas <skangas@skangas.se>2011-04-25 02:16:37 +0200
commit3e26eae5643dd6600cea85f269248e4d3de99c05 (patch)
tree749f7654fdaa00369b4c1fbc687fb35db02e7b7e /Makefile
parent4c4e377964303bf553129635c5f2000eb11bad48 (diff)
Silent make clean a bit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff8501c..da766e7 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ send: # sends to fripost.org for publication
rsync -ruvp --chmod=Dugo+rx,Fugo+r publish/ fripost@fripost.org:fripost.org/
clean:
- rm *~*; rm test test.d/test; rmdir test.d
+ rm -f *~*; rm -f test test.d/test; rmdir test.d
# Debuging and testing
send-test: test.d/test