2021-04-04 15:33:21 -04:00

6 lines
65 B
Makefile

.PHONY: all build
build:
go build -o build/basic2 .
all: build