summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-03 19:13:17 +0000
committerdavidovski <david@davidovski.xyz>2022-03-03 19:13:17 +0000
commit4396e109feb8f82bfc1d2193a448a7e3ee79a7f7 (patch)
tree1347de5b0e805d65348d7bf0118045bff45050dc /Makefile
parentd9091aea868392a181317a0609870273adf2c094 (diff)
added check to makefilev1.1.0
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cba2c4..2e87dfc 100755
--- a/Makefile
+++ b/Makefile
@@ -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