summaryrefslogtreecommitdiffstats
path: root/makefile-so
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-04-23 09:21:00 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-04-23 09:21:00 +0200
commit48db83e5666b1bfd0c752f98f991dc83cb29dfb8 (patch)
tree37e73b1d82589a443b920d4434d68524e532d0d1 /makefile-so
parenta1241d28db52363c89ae6400807d0142334e765b (diff)
downloadskeletons-48db83e5666b1bfd0c752f98f991dc83cb29dfb8.zip
skeletons-48db83e5666b1bfd0c752f98f991dc83cb29dfb8.tar.gz
makefile-so: make clean goes silent
Diffstat (limited to 'makefile-so')
-rw-r--r--makefile-so/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile-so/Makefile b/makefile-so/Makefile
index 5bb41a0..fdd2466 100644
--- a/makefile-so/Makefile
+++ b/makefile-so/Makefile
@@ -29,5 +29,5 @@ main: libclib.so ldlinks clib.h main.o
all: main
clean:
- rm -f main *.o *.so* *~
+ @rm -f main *.o *.so* *~