diff options
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.* |