summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-02-10 00:15:11 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:48 +0200
commit77c0402d14d58dbe100d4a43da4af6b1c50f2c9d (patch)
tree969cce45f8762f96ac3c87dcbaefe0ff4e62883c /Makefile
parent10d4b1d26c3ef5b64cc048731ef6f917557a95e4 (diff)
Fixed "make clean" to also remove the distribution file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6afa03d..a2acdf9 100644
--- a/Makefile
+++ b/Makefile
@@ -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