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

Proper PHONY syntax

parent d1b197d9
Branches
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ OCTAVE ?= octave
OCTAVE_MODULES= duneminimise duneevaluate
.PHONY:
.PHONY: run-octave
run-octave: $(addsuffix .oct,$(OCTAVE_MODULES))
$(OCTAVE) --path $(abs_builddir) --path $(abs_srcdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment