Move cmd to proper subdirectory
This commit is contained in:
parent
574ced6e36
commit
b7724071c0
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
bin/hw: main.go bin
|
||||
GOOS=linux go build -v -o bin/hw
|
||||
bin/hw: cmd/hw/main.go bin
|
||||
GOOS=linux go build -v -o bin/hw ./cmd/hw
|
||||
|
||||
bin:
|
||||
mkdir bin
|
||||
|
Loading…
Reference in New Issue
Block a user