Add parsertab.pyc in clean target
[obnox/wireshark/wip.git] / asn1 / x509if / Makefile.nmake
index 2d562986b4c2f9c7947c2b52fb3a9e7f5c41e2b2..d249f3f7c69b0968b9ed5c11669a941980d669ba 100644 (file)
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py InformationFramework.asn packet-x509i
 !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.