aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-12-28 17:28:29 +0000
committerGerald Combs <gerald@wireshark.org>2006-12-28 17:28:29 +0000
commit32837914e6ee2961e663beb8711471c7f1400bff (patch)
tree56b327489f6f392a4f83ad2811185a1cb4f92eaf /epan/wslua
parentbd282b4114be8c7060fbc3873a04b80ec18317b8 (diff)
Add clean targets to wslua. Fix the config.nmake include in crypt.
svn path=/trunk/; revision=20232
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/Makefile.nmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/wslua/Makefile.nmake b/epan/wslua/Makefile.nmake
index 21d571f81a..9a4837a6c9 100644
--- a/epan/wslua/Makefile.nmake
+++ b/epan/wslua/Makefile.nmake
@@ -81,4 +81,9 @@ dummy:
init.lua: template-init.lua make-init-lua.pl ../ftypes/ftypes.h ../../wiretap/wtap.h ../proto.h
$(PERL) make-init-lua.pl template-init.lua > init.lua
+clean:
+ rm -f $(OBJECTS) wslua.lib *.pdb
+
+disclean: clean
+maintainer-clean: distclean