Makefile 65 B

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