iDie/Makefile

15 lines
288 B
Makefile
Raw Normal View History

2020-05-26 18:27:02 +02:00
all: index.html notes.html
index.html: makeslides.py slides.mustache slides.json
./makeslides.sh
2020-05-26 18:27:02 +02:00
notes.html: makeslides.py notes.mustache slides.json
./makeslides.sh
slides.json: csv2json.py slides.csv slides/*.rst
./csv2json.sh
git add slides
2020-04-11 17:55:36 +02:00
server: all
python3 -m http.server