diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-10-05 01:07:44 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-10-05 01:07:44 +0200 |
commit | 951d457bdeeecc536d14c96143467b1314da9855 (patch) | |
tree | fb224a7923a700e525773e405a4581ea5687c5b0 /Makefile | |
parent | 95ba78a6cad807ba62901b9e29ce1bed4d18fc0e (diff) |
Makefile: Simplify clean rule
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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.* |