Changeset 775a3db in trunk
- Timestamp:
-
2020-09-17T19:33:13Z
(4 years ago)
- Author:
- Ross Patterson <me@…>
- Branches:
- master
- Children:
- d8df6307
- Parents:
- 735ff1e
- Message:
-
build(make): Fix missing target name
From context, I'm assuming this is just an omission.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r735ff1e
|
r775a3db
|
|
73 | 73 | |
74 | 74 | .PHONY: check-interfaces |
| 75 | check-interfaces: |
75 | 76 | $(PYTHON) misc/coding_tools/check-interfaces.py 2>&1 |tee violations.txt |
76 | 77 | @echo |