diff --git a/.gitignore b/.gitignore index 5084276..91196fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +/blueutil + /pkg/ build/ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9e4407d --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CFLAGS = -Wall -Wextra -Werror -framework IOBluetooth + +test: blueutil + ./test + +.PHONY: test