From 3e26eae5643dd6600cea85f269248e4d3de99c05 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 25 Apr 2011 02:16:37 +0200 Subject: Silent make clean a bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3