summaryrefslogtreecommitdiffstats
path: root/sbcl/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-15 17:35:51 +0200
committerGravatar Tom Willemse2013-05-15 17:35:51 +0200
commit6c2db7df0e40962537ce74d6f6213fac1782bd1b (patch)
tree57483bb4d37c243619d71123260711100afb1a93 /sbcl/Makefile
parent8ae90ffbd18d4312806e11cdda99e3dadcc9bf57 (diff)
downloaddotfiles-6c2db7df0e40962537ce74d6f6213fac1782bd1b.tar.gz
dotfiles-6c2db7df0e40962537ce74d6f6213fac1782bd1b.zip
Update dotfilesphoenix
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 \"$^\"))"