aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/camel/Makefile.nmake')
-rw-r--r--asn1/camel/Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/camel/Makefile.nmake b/asn1/camel/Makefile.nmake
index 81d2740738..7bf0a4f898 100644
--- a/asn1/camel/Makefile.nmake
+++ b/asn1/camel/Makefile.nmake
@@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py camel.asn packet-$(PROTOCOL_NAME)-tem
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