You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
492 B
21 lines
492 B
--- Makefile.orig 2016-02-19 00:16:40.720102639 +0000
|
|
+++ Makefile 2016-02-19 00:18:10.886096473 +0000
|
|
@@ -12,17 +12,11 @@
|
|
|
|
.PHONY: default
|
|
default:
|
|
- # Must run twice due to go get race
|
|
- -go get -t -v -d ./...
|
|
- -go get -t -v -d ./...
|
|
go install -v $(DEBUG) ./...
|
|
@echo "LXD built successfully"
|
|
|
|
.PHONY: client
|
|
client:
|
|
- # Must run twice due to go get race
|
|
- -go get -t -v -d ./...
|
|
- -go get -t -v -d ./...
|
|
go install -v $(DEBUG) ./lxc
|
|
@echo "LXD client built successfully"
|
|
|