Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Jan 27, 2018
1 parent 6cea311 commit 2eb7898
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.PHONY = clean update build test bootstrap
SOURCERY ?= sourcery # Please install appropriate version on your own.
CMDSHELF ?= cmdshelf

test:
swift build
Expand All @@ -20,9 +21,9 @@ bootstrap: build

# Needs toshi0383/scripts to be added to cmdshelf's remote
install:
cmdshelf run swiftpm/install.sh toshi0383/cmdshelf
$(CMDSHELF) run swiftpm/install.sh toshi0383/cmdshelf

release:
rm -rf .build/release
swift build -c release -Xswiftc -static-stdlib
cmdshelf run swiftpm/release.sh cmdshelf
$(CMDSHELF) run swiftpm/release.sh cmdshelf

0 comments on commit 2eb7898

Please sign in to comment.