summaryrefslogtreecommitdiffstats
path: root/sbcl/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-04 18:25:25 +0200
committerGravatar Tom Willemse2013-05-04 18:25:25 +0200
commit4c2f293ba791d4236bd3b68ddae7820daa1ba610 (patch)
treeee5d599a93ce39aaa29ddf51e9f0fea166e9e745 /sbcl/Makefile
parent5824f117171871358ae04a3e118dbf310e08b1c5 (diff)
downloaddotfiles-4c2f293ba791d4236bd3b68ddae7820daa1ba610.tar.gz
dotfiles-4c2f293ba791d4236bd3b68ddae7820daa1ba610.zip
Add SBCL config
Diffstat (limited to 'sbcl/Makefile')
-rw-r--r--sbcl/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sbcl/Makefile b/sbcl/Makefile
new file mode 100644
index 0000000..1be8c1a
--- /dev/null
+++ b/sbcl/Makefile
@@ -0,0 +1,8 @@
+objects=.sbclrc
+
+include ../dotfiles.mk
+
+.sbclrc: sbclrc.org
+ $(EMACS) -Q -batch \
+ -eval "(progn (require 'org) (require 'ob-tangle) \
+ (org-babel-tangle-file \"$^\"))"