Makefile 74 B

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