summaryrefslogtreecommitdiff
path: root/tree/src
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-27 10:19:31 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-27 10:19:31 -0800
commit4ea2c70501fdb680f34733a68fe03de82453225a (patch)
tree4a699f1f6438cd23782d6d8021fb088758986303 /tree/src
parent6fcbbddd2e119ad039a1be823088069b5ce01cd0 (diff)
microhs improvements + emacs integration
Diffstat (limited to 'tree/src')
-rwxr-xr-xtree/src/microhs/setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tree/src/microhs/setup.sh b/tree/src/microhs/setup.sh
index 374c238..297059f 100755
--- a/tree/src/microhs/setup.sh
+++ b/tree/src/microhs/setup.sh
@@ -3,5 +3,7 @@
set -e
cd microhs
+sed -i 's,^PREFIX=.*,PREFIX=${HOME}/.local,' Makefile
make
-make minstall
+make install
+make -f Makefile.packages