From 69590e7bbd30c0fc3f5b3bb7151c5d923c19e3f9 Mon Sep 17 00:00:00 2001 From: decanus <7621705+decanus@users.noreply.github.com> Date: Mon, 20 Apr 2020 20:38:37 +0200 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5330a71..9e4acd5 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ SHELL := /bin/bash build: jupyter nbconvert --to interact notebook.ipynb - mv notebook.html index.html + mv notebook.html index.html .PHONY: build