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 | 4ea2c70501fdb680f34733a68fe03de82453225a (patch) | |
| tree | 4a699f1f6438cd23782d6d8021fb088758986303 /tree/src | |
| parent | 6fcbbddd2e119ad039a1be823088069b5ce01cd0 (diff) | |
microhs improvements + emacs integration
Diffstat (limited to 'tree/src')
| -rwxr-xr-x | tree/src/microhs/setup.sh | 4 |
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 |
