This repository has been archived on 2024-01-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
notes2web/Makefile
T
2021-04-30 21:57:49 +01:00

9 lines
179 B
Makefile

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