aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua/Makefile.nmake')
-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