lunabot/README.md
Luna 193103a981 makefile: add PREFIX and ensure_bin target
- add build/install instructions
2019-04-27 02:41:23 -03:00

16 lines
191 B
Markdown

# lunabot
journal-like util for me
## building
- a robot girl
- posix compliant make
- gcc/any cc
```
make
# or just remove PREFIX for /usr/local
make PREFIX=$HOME/.local install
```