wireguard-go-bridge: xcode expects install target
This commit is contained in:
parent
1f7aaaa233
commit
ab14c0070c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue