TestTasks/Makefile

4 lines
64 B
Makefile

.PHONY: build
build:
go build ./main.go
.DEFAULT_GOAL := build