diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-27 10:19:31 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-27 10:19:31 -0800 |
| commit | 1a48b0fbb863e2867e916a2f7e513c48a8fad8f8 (patch) | |
| tree | 45fdde719a1b69afcc989333a02c972d97cbeb4c | |
| parent | 5378d61e4dcc548fe887fff87966743cf5aaf01e (diff) | |
microhs improvements + emacs integration
| -rwxr-xr-x | src/microhs/setup.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/microhs/setup.sh b/src/microhs/setup.sh index 374c238..297059f 100755 --- a/src/microhs/setup.sh +++ b/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 |
