diff options
author | Peter Osterlund <petero2@telia.com> | 2004-02-10 00:15:11 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:48 +0200 |
commit | 77c0402d14d58dbe100d4a43da4af6b1c50f2c9d (patch) | |
tree | 969cce45f8762f96ac3c87dcbaefe0ff4e62883c | |
parent | 10d4b1d26c3ef5b64cc048731ef6f917557a95e4 (diff) |
Fixed "make clean" to also remove the distribution file.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ synclient.o : synaptics.h syndeamon.o : synaptics.h clean:: - $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut synclient syndaemon "#"* manpages/*~ + $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut synclient syndaemon "#"* manpages/*~ synaptics-$(VERSION).tar.bz2 tags:: etags -o TAGS *.c *.h |