Added a makefile to build html2canvas

This commit is contained in:
Benjamin Lupton 2012-05-29 11:18:01 +10:00
parent 16022b81c3
commit 331c057273

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