discv5-notebook/Makefile

8 lines
120 B
Makefile
Raw Normal View History

2020-04-20 20:36:50 +02:00
SHELL := /bin/bash
build:
jupyter nbconvert --to interact notebook.ipynb
mv notebook.html index.html
.PHONY: build