Closed mmontour1306 closed 1 month ago
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Overview
The Makefile contained a dangling reference to a missing "make build-ts" Typescript target, causing "make build" to fail. This patch removes that target and instead flags "build-go" to show up in the Help message.
Testing
Run "make" to view the updated help message, then "make build-go".