aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ftam/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/ftam/Makefile.nmake')
-rw-r--r--asn1/ftam/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ftam/Makefile.nmake b/asn1/ftam/Makefile.nmake
index a2c5924bc5..3c58aa3fbe 100644
--- a/asn1/ftam/Makefile.nmake
+++ b/asn1/ftam/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py ISO8571-FTAM.asn packet-$(PROTOCOL_NA
!ENDIF
clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
+ rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
# Fix EOL in generated dissectors. Cygwin's python generates files with
# mixed EOL styles, which can't be commited to the SVN repository.