diff --git a/templates/normal/Makefile b/templates/normal/Makefile index d48482a..31ec4ba 100644 --- a/templates/normal/Makefile +++ b/templates/normal/Makefile @@ -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