From 06809e86a9805f237aa8ce2c6f1a676db2130e97 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Wed, 19 Feb 2020 16:19:00 +0100 Subject: Various improvement in the content generation process --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8dbffc..6611f7d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ SASS := $(shell find site/ -name "*.sass") INPUTS := $(SASS:.sass=.css) MAKEFILES := org.mk coq.mk +ROOT := $(shell pwd) include ${MAKEFILES} -- cgit v1.2.3