From 4396e109feb8f82bfc1d2193a448a7e3ee79a7f7 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Mar 2022 19:13:17 +0000 Subject: added check to makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1