We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a36d9 commit d1f74dfCopy full SHA for d1f74df
1 file changed
Makefile
@@ -1,12 +1,12 @@
1
.PHONY: ext
2
ext:
3
@echo " Building extension modules"
4
- @python setup.py build_ext --inplace 2>&1 | tee cat build.log
+ @python setup.py build_ext --inplace 2>&1 | tee build.log
5
6
.PHONY: extforce
7
extforce:
8
@echo " Force building all extension modules"
9
- @python setup.py build_ext --inplace --force 2>&1 | tee cat build.log
+ @python setup.py build_ext --inplace --force 2>&1 | tee build.log
10
11
.PHONY: lint
12
lint: srclint actionlint dockerlint
0 commit comments