diff options
author | davidovski <david@davidovski.xyz> | 2023-01-21 12:59:09 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-05-17 16:52:12 +0000 |
commit | 7c764a03a491edf85c2aed8f5108f64b9f5a8d87 (patch) | |
tree | cc2bd90efae7288b84007a2bd050e35876e14269 | |
parent | 9777607077f003960192f242237eece2ab6b4d7c (diff) |
Update build to include hbar.sh
-rwxr-xr-x | build.shmk | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |