summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-21 23:25:14 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-21 23:25:14 +0100
commite792118e1e8e5213dff01f80240a98c14a55344f (patch)
tree4b257088f829376c1c079655eb59d4ad31aa814d /Makefile
parentAdopt a literate programming for `main.sass' (diff)
Various improvement in cleopatra
- Fix the dependencies in the Makefile - Use a minimal emacs configuration with themes - Dark theme again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b16c05f..5ca6bc8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
ROOT := $(shell pwd)
CLEODIR := site/posts/meta
+
GENFILES := scripts/tangle-org.el bootstrap.mk
+default: build
+
include bootstrap.mk
bootstrap.mk scripts/tangle-org.el &: ${CLEODIR}/Bootstrap.org
@@ -11,4 +14,4 @@ bootstrap.mk scripts/tangle-org.el &: ${CLEODIR}/Bootstrap.org
--eval "(setq org-src-preserve-indentation t)" \
--eval "(org-babel-tangle)" 2>/dev/null
-.PHONY: clean build force
+.PHONY: clean build force default