1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-10-18 14:01:52 +02:00
qmckl/src/Makefile

12 lines
217 B
Makefile
Raw Normal View History

2020-10-14 00:52:50 +02:00
CC=gcc
CFLAGS=
SOURCE_FILES=$(wildcard *.org)
%.o: %.c.org
- emacs --quick --no-init-file --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "$^")'
- $(CC) $(CFLAGS) -c $*.c -o $@
- rm -f $*.c $*.h