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

9 lines
187 B
Makefile
Raw Normal View History

2021-04-30 20:55:13 +00:00
install:
cp gen_notes.sh /usr/local/bin
mkdir -p /opt/gen_notes
cp -r templates /opt/gen_notes
cp styles.css /opt/gen_notes
clean:
rm -rf /usr/local/bin/gen_notes.sh /opt/gen_notes