mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
build(make): Fix missing target name
From context, I'm assuming this is just an omission.
This commit is contained in:
parent
735ff1e709
commit
775a3dba33
1
Makefile
1
Makefile
@ -72,6 +72,7 @@ upload-osx-pkg:
|
|||||||
code-checks: check-interfaces check-debugging check-miscaptures -find-trailing-spaces -check-umids pyflakes
|
code-checks: check-interfaces check-debugging check-miscaptures -find-trailing-spaces -check-umids pyflakes
|
||||||
|
|
||||||
.PHONY: check-interfaces
|
.PHONY: check-interfaces
|
||||||
|
check-interfaces:
|
||||||
$(PYTHON) misc/coding_tools/check-interfaces.py 2>&1 |tee violations.txt
|
$(PYTHON) misc/coding_tools/check-interfaces.py 2>&1 |tee violations.txt
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user