diff options
author | davidovski <david@davidovski.xyz> | 2022-03-03 19:13:17 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-03 19:13:17 +0000 |
commit | 4396e109feb8f82bfc1d2193a448a7e3ee79a7f7 (patch) | |
tree | 1347de5b0e805d65348d7bf0118045bff45050dc | |
parent | d9091aea868392a181317a0609870273adf2c094 (diff) |
added check to makefilev1.1.0
-rwxr-xr-x | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ PREFIX=/usr .DEFAULT_GOAL := build install: install-hbar install-colors install-parseconf install-shtests install-glyphs +check: check-parseconf build: build-hbar install-headers: src/*.h @@ -30,6 +31,7 @@ install-colors: src/colors.list install-glyphs: src/glyphs.sh install -m755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib + check-parseconf: shtests ./test/parseconf.sh |