From f7efbd649729f64913ffc6bf1e1eea885cd76cfd Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 21 Jan 2023 12:59:09 +0000 Subject: Update build to include hbar.sh --- build.shmk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'build.shmk') diff --git a/build.shmk b/build.shmk index 1ba3a21..0a74b6c 100755 --- a/build.shmk +++ b/build.shmk @@ -6,16 +6,17 @@ LIBS="src/lib/*.sh" PROGS=" src/util/shmk.sh +src/util/hbar.sh src/util/shtests.sh src/util/parseconf.sh src/tools/xichroot.sh src/tools/default-jvm.sh " -prog_hbar () { - cp src/lib/colors.h ${DIST} - ${CC} -I${DIST} -o ${DIST}/hbar src/util/hbar.c -} +#prog_hbar () { + #cp src/lib/colors.h ${DIST} + #${CC} -I${DIST} -o ${DIST}/hbar src/util/hbar.c +#} check_shtests () { ${DIST}/shtests test/parseconf.sh -- cgit v1.2.1