mirror of
https://github.com/pfloos/quack
synced 2024-12-22 20:35:36 +01:00
qcaml makefile
This commit is contained in:
parent
530f85c7a8
commit
b3d89ac0f2
@ -10,7 +10,7 @@ TARGETS=quack_input \
|
||||
dune build $@
|
||||
|
||||
$(TARGETS): $(patsubst %, %.exe, $(TARGETS))
|
||||
for i in $* ; do ln _build/default/$$i $${i%.exe} ; done
|
||||
for i in $(TARGETS) ; do cp _build/default/$${i}.exe $$i ; done
|
||||
|
||||
default: $(TARGETS)
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
quack_integrals
|
||||
)
|
||||
(libraries
|
||||
qcaml.common
|
||||
qcaml
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user