Initial commit
This commit is contained in:
commit
799ea9a90a
12 changed files with 1332 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
BINS := cp2guest guestrun libguestd-cli
|
||||
SRC_DIR := cmd
|
||||
|
||||
.PHONY: all $(BINS)
|
||||
all: $(BINS)
|
||||
|
||||
$(BINS):
|
||||
go build -C $(SRC_DIR)/$@ -o ../../bin/$@
|
Loading…
Add table
Add a link
Reference in a new issue