Skip to content

Commit

Permalink
add basic makefile as an alternative to using xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Feb 1, 2017
1 parent 92b984b commit 11c66f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/blueutil

/pkg/

build/
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CFLAGS = -Wall -Wextra -Werror -framework IOBluetooth

test: blueutil
./test

.PHONY: test

0 comments on commit 11c66f4

Please sign in to comment.