Files
sentinel/draft3_pinroute/Makefile
T

10 lines
118 B
Makefile
Raw Normal View History

2022-06-27 12:59:58 -04:00
all: clean build
clean:
rm colonel sentinel led
build:
go build colonel.go
go build sentinel.go
go build led.go