Commit dfae4598 by Tobias Langer

Fixed build path.

parent 1751f9cf
......@@ -2,7 +2,7 @@ NAME=$(notdir $(CURDIR))
CXX=clang++
LD=clang++
EMBB_PATH=/home/lat39910/promotion/code/embb_build
EMBB_PATH=/home/lat39910/experiments/embb/embb_build
LDFLAGS=-L$(EMBB_PATH)/lib -pthread
LIBS= -lembb_dataflow_cpp -lembb_algorithms_cpp -lembb_containers_cpp -lembb_mtapi_cpp -lembb_mtapi_c -lembb_base_cpp -lembb_base_c
CXXFLAGS=-Wall -Werror -O3 -std=c++11 -g
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment