hw/Makefile

6 lines
71 B
Makefile

bin/hw: main.go bin
GOOS=linux go build -v -o bin/hw
bin:
mkdir bin