Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KS1019 committed Jul 25, 2021
1 parent dd86df1 commit 83ce6e0
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
@@ -1,10 +1,10 @@
prefix ?= /usr/local
bindir = $(prefix)/bin

toolName = swprofiler

build:
swift build --disable-sandbox -c release

install: build
mkdir -p $(bindir)
cp -f ".build/release/$(toolName)" "$(bindir)/$(toolName)"
Expand Down

0 comments on commit 83ce6e0

Please sign in to comment.