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

Pass DEFS to mkoctfile

parent b96a040d
Branches
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ duneevaluate.oct: duneevaluate.o ...@@ -7,4 +7,4 @@ duneevaluate.oct: duneevaluate.o
$(MKOCTFILE) -o $@ $< -ldunecommon $(MKOCTFILE) -o $@ $< -ldunecommon
duneevaluate.o: duneevaluate.cc duneevaluate.o: duneevaluate.cc
$(MKOCTFILE) $(AM_CPPFLAGS) -c -o $@ $< $(MKOCTFILE) $(DEFS) $(AM_CPPFLAGS) -c -o $@ $<
...@@ -7,4 +7,4 @@ duneminimise.oct: duneminimise.o ...@@ -7,4 +7,4 @@ duneminimise.oct: duneminimise.o
$(MKOCTFILE) -o $@ $< -ldunecommon $(MKOCTFILE) -o $@ $< -ldunecommon
duneminimise.o: duneminimise.cc duneminimise.o: duneminimise.cc
$(MKOCTFILE) $(AM_CPPFLAGS) -c -o $@ $< $(MKOCTFILE) $(DEFS) $(AM_CPPFLAGS) -c -o $@ $<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment