Add distclean and maintainerclean rules.
[metze/wireshark/wip.git] / asn1 / acse / Makefile.nmake
index 851e91abe45dab19d5a80eacb954b703530e4245..b885019c810e37d1fe0d6a61a7d77a0dae6e0ff1 100644 (file)
@@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py acse.asn packet-$(PROTOCOL_NAME)-temp
 clean:
        rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
 
+distclean: clean
+
+maintainer-clean: distclean
+
 # Fix EOL in generated dissectors. Cygwin's python generates files with 
 # mixed EOL styles, which can't be commited to the SVN repository.
 # Stuff included from template and "cnf" files has "\r\n" on windows, while