Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
add missing make install script
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliga committed Mar 30, 2020
1 parent 1a67288 commit 40f5781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 40f5781

Please sign in to comment.