all: clean build

clean:
	rm colonel sentinel led

build:
	go build colonel.go
	go build sentinel.go
	go build led.go
