From dfae459838626328168bc2e280e7c77829cbb3c9 Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Tue, 11 Oct 2016 13:12:09 +0200 Subject: [PATCH] Fixed build path. --- templates/normal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- libgit2 0.26.0