]> git.meshlink.io Git - utcp/commit
Check for astyle version 3 before formatting the code.
authorGuus Sliepen <guus@sliepen.org>
Sun, 17 Mar 2019 19:57:43 +0000 (20:57 +0100)
committerGuus Sliepen <guus@sliepen.org>
Sun, 17 Mar 2019 19:57:43 +0000 (20:57 +0100)
commitcb9223d3b895f1edb35bf7a6fd3aa9305de3f1db
tree0e22e99751fffceb71b42af9cbf4bcd99dae3b18
parent113cc69639c8148cb4ffb488065db41c09a861b3
Check for astyle version 3 before formatting the code.

Unfortunately, code formatters change their behaviour between versions.
The code currently requires astyle version 3.x, so check this before
running astyle. If the wrong version is installed, print an error.
Makefile