From a6930fe4ae76f82ccb17a31f1ca1ec01546ce074 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 25 Apr 2006 18:45:08 +0000 Subject: Add distclean and maintainerclean rules. svn path=/trunk/; revision=17999 --- asn1/snmp/Makefile.nmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asn1/snmp/Makefile.nmake') diff --git a/asn1/snmp/Makefile.nmake b/asn1/snmp/Makefile.nmake index 86378e8aaf..de11bf6134 100644 --- a/asn1/snmp/Makefile.nmake +++ b/asn1/snmp/Makefile.nmake @@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py snmp.asn packet-snmp-template.c packe 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 -- cgit v1.2.3