mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 07:19:53 +00:00
9 lines
184 B
Makefile
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
|