Skip to content

Commit b38160f

Browse files
committed
*: update Makefile so that it finally builds
1 parent 45a283a commit b38160f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ taco/build/taco-bench: check-and-reinit-submodules taco/build/Makefile
1616

1717
taco/build/Makefile: taco/benchmark/googletest
1818
mkdir -p taco/build
19-
cd taco/build
20-
cmake ../
21-
cd ../../
19+
cd taco/build/ && cmake ../
2220

2321
taco/benchmark/googletest: check-and-reinit-submodules
2422
if [ ! -d "taco/benchmark/googletest" ] ; then git clone https://github.com/google/googletest taco/benchmark/googletest; fi

0 commit comments

Comments
 (0)