From e792118e1e8e5213dff01f80240a98c14a55344f Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Fri, 21 Feb 2020 23:25:14 +0100 Subject: Various improvement in cleopatra - Fix the dependencies in the Makefile - Use a minimal emacs configuration with themes - Dark theme again --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3