diff --git a/Makefile b/Makefile index 34d1564c..8e961696 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ all: build build: ifeq (${TARGET}, release) - cargo build --release --features "local-tun local-redir" + cargo build --release --features "full" else - cargo build --features "local-tun local-redir" + cargo build --features "full" endif install: