Add distclean and maintainerclean rules.
[metze/wireshark/wip.git] / asn1 / ansi_map / Makefile.nmake
index 6f91d1f2bd9c566dea999337be15d3faa57cfe19..dc567c134a1efd40df533383d35710685bc8d1bf 100644 (file)
@@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ansi_map.asn packet-ansi_map-template
 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