aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-04-12 18:07:22 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-04-12 18:07:22 +0000
commitb6bd7af57a251a96b676c122d2928e8b7ab12dbf (patch)
treef58299e04ac9939a29b3cd40e3435812e32c0c20 /packaging
parentce9898341b5dbe98934839c1ac1d2b318a317921 (diff)
Improvement of 'make clean' targets.
svn path=/trunk/; revision=3297
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 4edd3dd2a9..2e5d9cabe0 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.4 2001/04/05 05:36:47 gram Exp $
+# $Id: Makefile.nmake,v 1.5 2001/04/12 18:07:21 gram Exp $
#
#
# NSIS is a free packager/installer/uninstaller program for Win32.
@@ -33,3 +33,6 @@ ethereal.nsi : ethereal.nsi.in
sed -e s/@VERSION@/$(VERSION)/ \
-e s/@WTAP_VERSION@/$(WTAP_VERSION)/ \
< ethereal.nsi.in > ethereal.nsi
+
+clean:
+ rm -f ethereal.nsi ethereal-setup.exe