Merge pull request #99 from BugHerd/makefile

Added a makefile to build html2canvas
This commit is contained in:
Niklas von Hertzen 2012-05-28 23:32:17 -07:00
commit 3bdba0617a

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
build:
ant
install:
brew install https://raw.github.com/Homebrew/homebrew-dupes/master/ant.rb
.PHONY: install build