This repository has been archived on 2024-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
notes2web/Makefile
2021-04-30 22:08:15 +01:00

9 lines
184 B
Makefile

install:
cp notes2web /usr/local/bin
mkdir -p /opt/notes2web
cp -r templates /opt/notes2web
cp styles.css /opt/notes2web
uninstall:
rm -rf /usr/local/bin/notes2web/opt/notes2web