wireguard-go-bridge: xcode expects install target

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-11-04 03:55:14 +01:00
parent 6c40479863
commit fe76d6eed9
1 changed files with 3 additions and 1 deletions

View File

@ -90,4 +90,6 @@ example: $(DESTDIR)/example
clean:
rm -rf "$(BUILDDIR)" "$(DESTDIR)/libwg-go.a" "$(DESTDIR)/example" "$(DESTDIR)/wireguard-go-version.h"
.PHONY: clean build example version-header
install: build
.PHONY: clean build example version-header install