gronk/Makefile

9 lines
184 B
Makefile
Raw Normal View History

2021-04-30 21:55:13 +01:00
install:
2021-04-30 22:08:15 +01:00
cp notes2web /usr/local/bin
2021-04-30 21:57:49 +01:00
mkdir -p /opt/notes2web
cp -r templates /opt/notes2web
cp styles.css /opt/notes2web
2021-04-30 21:55:13 +01:00
2021-04-30 22:01:08 +01:00
uninstall:
2021-04-30 21:57:49 +01:00
rm -rf /usr/local/bin/notes2web/opt/notes2web