Skip to content

Commit

Permalink
add Makefile to build from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus committed Feb 19, 2018
1 parent fbf5ee3 commit b22290b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
@@ -0,0 +1,7 @@
.PHONY: Horos clean

Horos:
xcodebuild -project "Horos.xcodeproj" -target Horos

clean:
@rm -rf ./build

0 comments on commit b22290b

Please sign in to comment.