iDie/Makefile
2020-04-11 18:55:36 +03:00

12 lines
206 B
Makefile

all: index.html
index.html: makeslides.py slides.mustache slides.json
./makeslides.sh
slides.json: csv2json.py slides.csv slides/*.rst
./csv2json.sh
git add slides
server: all
python3 -m http.server