TestTasks/Makefile
2023-04-19 03:59:50 +03:00

4 lines
64 B
Makefile

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