Makefile 67 B

123456
  1. .PHONY: build
  2. build:
  3. go build -o ./build/itashi ./cmd/main.go