mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
19 lines
442 B
Diff
19 lines
442 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 3a0cc01..1d54c9d 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -13,13 +13,11 @@ TAGS=$(shell test -e /usr/include/sqlite3.h && echo "-tags libsqlite3")
|
|
|
|
.PHONY: default
|
|
default:
|
|
- go get -t -v -d ./...
|
|
go install -v $(TAGS) $(DEBUG) ./...
|
|
@echo "LXD built successfully"
|
|
|
|
.PHONY: client
|
|
client:
|
|
- go get -t -v -d ./...
|
|
go install -v $(TAGS) $(DEBUG) ./lxc
|
|
@echo "LXD client built successfully"
|
|
|