Skip to content
Snippets Groups Projects
Commit 975762f6 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Added LD_LIBRARY_PATH

parent 33551db2
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ make-compiler: ...@@ -10,7 +10,7 @@ make-compiler:
.PHONY: make-% .PHONY: make-%
make-%: make-%:
$(MAKE) -C $* -e LD_LIBRARY_PATH=`pwd`/lib/c $(MAKE) -C $* -e
.PHONY: test .PHONY: test
test: $(SUBDIRS:%=test-%) test: $(SUBDIRS:%=test-%)
...@@ -20,7 +20,7 @@ test-compiler: ...@@ -20,7 +20,7 @@ test-compiler:
.PHONY: test-% .PHONY: test-%
test-%: test-%:
$(MAKE) -C $* -e test LD_LIBRARY_PATH=`pwd`/lib/c $(MAKE) -C $* -e test
.PHONY: clean .PHONY: clean
clean: $(SUBDIRS:%=clean-%) clean: $(SUBDIRS:%=clean-%)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment