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:
.PHONY: make-%
make-%:
$(MAKE) -C $* -e
LD_LIBRARY_PATH=`pwd`/lib/c $(MAKE) -C $* -e
.PHONY: test
test: $(SUBDIRS:%=test-%)
......@@ -20,7 +20,7 @@ test-compiler:
.PHONY: test-%
test-%:
$(MAKE) -C $* -e test
LD_LIBRARY_PATH=`pwd`/lib/c $(MAKE) -C $* -e test
.PHONY: clean
clean: $(SUBDIRS:%=clean-%)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment