Add parsertab.pyc in clean target
[obnox/wireshark/wip.git] / asn1 / ldap / Makefile.nmake
index 01cb834da27631bbb8b8e69cb8b97c1b7d9c7e7e..6a2aa7868c8addf90fc910ecd5c574e86cb0f375 100644 (file)
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py Lightweight-Directory-Access-Protocol
 !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.