mirror of
https://github.com/pfloos/quack
synced 2024-12-23 04:43:53 +01:00
qcaml makefile
This commit is contained in:
parent
530f85c7a8
commit
b3d89ac0f2
@ -10,7 +10,7 @@ TARGETS=quack_input \
|
|||||||
dune build $@
|
dune build $@
|
||||||
|
|
||||||
$(TARGETS): $(patsubst %, %.exe, $(TARGETS))
|
$(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)
|
default: $(TARGETS)
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
quack_integrals
|
quack_integrals
|
||||||
)
|
)
|
||||||
(libraries
|
(libraries
|
||||||
|
qcaml.common
|
||||||
qcaml
|
qcaml
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user