Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Release 1.7.1 – fix bug in Makefile & make minor tweaks

Choose a tag to compare

@mhucka mhucka released this 01 Dec 02:39
· 15 commits to main since this release

Changes in this version:

  • Fixes a bug in the Makefile in which tabs in front of some commands had been replaced with spaces in a prior commit. The spaces cause make to give an error. They need to be tabs.
  • The command make reports colors its output for greater readability.
  • Adjusted the flake8 configuration slightly.