Skip to content

Commit

Permalink
Fix make clean command(#65)
Browse files Browse the repository at this point in the history
In Swift PM 4, clean is `swift package clean`
  • Loading branch information
maicki authored and rahul-malik committed Sep 24, 2017
1 parent 6399daf commit 3fc1bea
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 @@ -7,7 +7,7 @@
all: clean build test integration_test archive

clean:
xcrun swift build --clean
xcrun swift package clean

lint:
./Utility/lint.sh
Expand Down

0 comments on commit 3fc1bea

Please sign in to comment.