2019-08-12 Fred Gleason <fredg@paravelsystems.com>

* Added 'py-compile' the 'CLEANFILES' rule in 'Makefile.am'.
This commit is contained in:
Fred Gleason 2019-08-12 12:38:58 -04:00
parent 987090c46f
commit 00a18ca23b
2 changed files with 4 additions and 1 deletions

View File

@ -18918,3 +18918,5 @@
2019-08-09 Fred Gleason <fredg@paravelsystems.com>
* Refactored 'RDClock' to store events on the heap rather than
on the stack.
2019-08-12 Fred Gleason <fredg@paravelsystems.com>
* Added 'py-compile' to the 'CLEANFILES' rule in 'Makefile.am'.

View File

@ -96,7 +96,8 @@ CLEANFILES = *~\
*.rpm\
*.tar.gz\
*.tgz\
*.zip
*.zip\
py-compile
DISTCLEANFILES = config.guess\
config.sub\