Parametrize with elisp the output files of the project
This commit is contained in:
@@ -2,5 +2,7 @@ include etc/ctf.mk
|
||||
|
||||
CXX = mpic++
|
||||
|
||||
CXXFLAGS += -I$(ATRIP_ROOT)/include
|
||||
|
||||
CXXFLAGS += -I$(CTF_INCLUDE_PATH)
|
||||
LDFLAGS += -L$(CTF_BUILD_PATH) -lctf
|
||||
|
||||
5
etc/emacs.mk
Normal file
5
etc/emacs.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
EMACS = emacs -q --batch --load config.el
|
||||
define tangle
|
||||
$(EMACS) $(1) --eval "(require 'org)" --eval '(org-babel-tangle)'
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user