From 83dff80d0b143f116a2493df9c4c77729fae51ee Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 19 Oct 2016 11:46:20 +0200 Subject: Add mowedline config --- mowedline/GNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mowedline/GNUmakefile (limited to 'mowedline/GNUmakefile') diff --git a/mowedline/GNUmakefile b/mowedline/GNUmakefile new file mode 100644 index 0000000..e393a0b --- /dev/null +++ b/mowedline/GNUmakefile @@ -0,0 +1,6 @@ +include ../dotfiles.mk + +all: .config/mowedline/init.scm + +%.scm: %.org + $(call tangle,scheme) -- cgit v1.2.3-54-g00ecf