From 5919999eff0184f5f8cb4e82aa3c6b5935c7cd2f Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Wed, 21 Sep 2022 09:01:41 +0200 Subject: [PATCH] cleaned makefile --- archives/Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/archives/Makefile b/archives/Makefile index 6e53608..0e8269f 100644 --- a/archives/Makefile +++ b/archives/Makefile @@ -3,14 +3,5 @@ all: index.html index.html: index.md Makefile pandoc -o $@ $< -t html5 --css ../css/tufte-css/tufte.css -s -deploy: all - make -C archives - mkdir -p site - cp index.html site/ - cp -r css site/ - -update: - git submodule foreach 'git pull origin master || true' - clean: rm -rf index.html -- GitLab