diff --git a/Makefile b/Makefile index e6e1b52..44694d7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ prefix ?= /usr/local bindir = $(prefix)/bin build: - swift build -c release + swift build -c release --disable-sandbox install: build mkdir -p "$(bindir)"