summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-19 16:19:00 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-19 16:19:00 +0100
commit06809e86a9805f237aa8ce2c6f1a676db2130e97 (patch)
treed306e69127a99f516c760047aa5d4696eab294ba /Makefile
parentInitiate a literate programming approach for the Makefile rules (diff)
Various improvement in the content generation process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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}