Create Makefile

This commit is contained in:
Dean Eigenmann 2020-04-20 20:36:50 +02:00 committed by GitHub
parent acee0ad497
commit 8840122b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
SHELL := /bin/bash
build:
jupyter nbconvert --to interact notebook.ipynb
mv notebook.html index.html
.PHONY: build