Skip to content

Commit 45a283a

Browse files
committed
*: updates to Makefile
1 parent 16c8f45 commit 45a283a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ endif
1414
taco/build/taco-bench: check-and-reinit-submodules taco/build/Makefile
1515
$(MAKE) -C taco/build taco-bench
1616

17-
taco/build/Makefile: taco/benchmark/googletest/README.md
18-
mkdir taco/build
17+
taco/build/Makefile: taco/benchmark/googletest
18+
mkdir -p taco/build
1919
cd taco/build
2020
cmake ../
2121
cd ../../
2222

23-
taco/benchmark/googletest/README.md:
24-
git clone https://github.com/google/googletest taco/benchmark/googletest
23+
taco/benchmark/googletest: check-and-reinit-submodules
24+
if [ ! -d "taco/benchmark/googletest" ] ; then git clone https://github.com/google/googletest taco/benchmark/googletest; fi
2525

2626
.PHONY: check-and-reinit-submodules
2727
check-and-reinit-submodules:

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
python_files = *.py
2+
python_files = numpy/*.py

0 commit comments

Comments
 (0)