diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-04-25 02:16:37 +0200 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-04-25 02:16:37 +0200 |
commit | 3e26eae5643dd6600cea85f269248e4d3de99c05 (patch) | |
tree | 749f7654fdaa00369b4c1fbc687fb35db02e7b7e /Makefile | |
parent | 4c4e377964303bf553129635c5f2000eb11bad48 (diff) |
Silent make clean a bit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |