Skip to content
Snippets Groups Projects
Commit f33cf2ff authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Provide a target octave_modules

parent 0ea50294
Branches
No related tags found
No related merge requests found
......@@ -52,8 +52,13 @@ OCTAVE ?= octave
bin_PROGRAMS =
## Octave
OCTAVE_MODULES= duneminimise.oct duneevaluate.oct
octave_modules: $(OCTAVE_MODULES)
.PHONY:
run-octave: duneevaluate.oct duneminimise.oct
run-octave: octave_modules
$(OCTAVE) --path $(abs_builddir) --path $(abs_srcdir)
include $(srcdir)/duneminimise.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment