6 lines
70 B
Makefile
Raw Normal View History

2021-04-04 15:33:21 -04:00
.PHONY: all build
build:
go build -o build/basic_relay .
2021-04-04 15:33:21 -04:00
all: build