From c2fb62d560ec5ac695ceb333cda1d269ee04307f Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sat, 19 Feb 2022 12:48:33 +0100 Subject: [PATCH] added algo --- hakyll-bootstrap/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/hakyll-bootstrap/Makefile b/hakyll-bootstrap/Makefile index 1e4e8d1..41d3add 100644 --- a/hakyll-bootstrap/Makefile +++ b/hakyll-bootstrap/Makefile @@ -10,6 +10,7 @@ build: Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md make -C cours/math_tech_info make -C cours/isc_physics make markdown -C cours/prog_seq/slides + make markdown -C cours/algo/slides stack build --allow-different-user && stack exec --allow-different-user blog -- build # cabal install && blog build # stack build && stack exec blog -- build -- GitLab