summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-10-05 01:07:44 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-10-05 01:07:44 +0200
commit951d457bdeeecc536d14c96143467b1314da9855 (patch)
treefb224a7923a700e525773e405a4581ea5687c5b0 /Makefile
parent95ba78a6cad807ba62901b9e29ce1bed4d18fc0e (diff)
Makefile: Simplify clean rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6518ee0..c4c5d75 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,4 @@ release:
git-tar-tree HEAD inotail-$(VERSION) | bzip2 -9v > ../inotail-$(VERSION).tar.bz2
clean:
- rm -f inotail
- rm -f *.o
- rm -f cscope.*
+ rm -f inotail *.o cscope.*