summaryrefslogtreecommitdiff
path: root/build.shmk
diff options
context:
space:
mode:
Diffstat (limited to 'build.shmk')
-rwxr-xr-xbuild.shmk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.shmk b/build.shmk
index 112de67..1ba3a21 100755
--- a/build.shmk
+++ b/build.shmk
@@ -13,6 +13,7 @@ src/tools/default-jvm.sh
"
prog_hbar () {
+ cp src/lib/colors.h ${DIST}
${CC} -I${DIST} -o ${DIST}/hbar src/util/hbar.c
}