Add distclean and maintainerclean rules.
[metze/wireshark/wip.git] / asn1 / cdt / Makefile.nmake
index 9fbdb7eb77d0d262e28c17711f3944f4f5dbdc84..2d5cc9fca9391403ef37ab50bf69325189ca5566 100644 (file)
@@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py $(PROTOCOL_NAME).asn packet-$(PROTOCO
 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