aboutsummaryrefslogtreecommitdiff
path: root/emacs/Makefile
blob: 2226d2ca4c5b702ec713d24e5498bb9c43af0062 (plain)
1
2
3
4
5
6
7
LOAD = '(let ((asdf:*user-cache* "/tmp") \
              (asdf:*central-registry* (list (truename "..")))) \
          (asdf:load-system "consfigurator"))'

consfigurator.el: consfigurator.el.in
	sbcl --disable-debugger --eval '(require "asdf")' --eval $(LOAD) \
	--eval '(consfigurator::dump-properties-for-emacs "$<" "$@")' --quit