Files
sentinel/draft2_pin/Makefile
T
2022-06-27 12:59:58 -04:00

10 lines
98 B
Makefile

all: clean build
clean:
rm colonel sentinel
build:
go build colonel.go
go build sentinel.go