Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkawa committed Feb 17, 2015
1 parent 87c02a5 commit c6e8b4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
prefix_install:
xcodebuild -scheme ls2xs
cp -f build/Release/ls2xs $(PREFIX)/bin/

test:
set -o pipefail && xcodebuild test -scheme ls2xs | xcpretty -c -r junit -o build/test-report.xml

0 comments on commit c6e8b4c

Please sign in to comment.