diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e4b4c32 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +build: + ant + +install: + brew install https://raw.github.com/Homebrew/homebrew-dupes/master/ant.rb + +.PHONY: install build \ No newline at end of file