From 775a3dba33bc5345c34083d20f576bbf94ef1033 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Thu, 17 Sep 2020 12:33:13 -0700 Subject: [PATCH] build(make): Fix missing target name From context, I'm assuming this is just an omission. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 07762f925..6ab6db754 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,7 @@ upload-osx-pkg: code-checks: check-interfaces check-debugging check-miscaptures -find-trailing-spaces -check-umids pyflakes .PHONY: check-interfaces +check-interfaces: $(PYTHON) misc/coding_tools/check-interfaces.py 2>&1 |tee violations.txt @echo