Skip to content

Commit 16c8f45

Browse files
committed
*: trying to get the submodules to work
1 parent 4d6a337 commit 16c8f45

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ BENCHFLAGS :=
44
python-bench: numpy/*.py
55
pytest $(BENCHFLAGS) $(BENCHES)
66

7-
taco-bench: build-taco-bench
7+
taco-bench: taco/build/taco-bench
88
ifeq ($(BENCHES),"")
99
taco/build/taco-bench $(BENCHFLAGS)
1010
else
1111
taco/build/taco-bench $(BENCHFLAGS) --benchmark_filter="$(BENCHES)"
1212
endif
1313

14-
build-taco-bench: check-and-reinit-submodules taco-bench-build taco/build/Makefile
14+
taco/build/taco-bench: check-and-reinit-submodules taco/build/Makefile
1515
$(MAKE) -C taco/build taco-bench
1616

17-
taco/build/taco-bench: taco/benchmark/googletest/README.md
17+
taco/build/Makefile: taco/benchmark/googletest/README.md
1818
mkdir taco/build
1919
cd taco/build
2020
cmake ../

taco/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build/*
22
.idea/*
3+
cmake-build-debug/*

taco/benchmark

Submodule benchmark added at ea5a5bb

taco/taco

Submodule taco added at baf174c

0 commit comments

Comments
 (0)