6 lines
76 B
Makefile
6 lines
76 B
Makefile
|
all:
|
||
|
@mkdir -p bin/
|
||
|
go build -o bin/packer packer/bin-packer
|
||
|
|
||
|
.PHONY: all
|