1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00

Added a makefile to build html2canvas

This commit is contained in:
MoyuScript 2012-05-29 11:18:01 +10:00
parent f49e491fa2
commit 13adbc8e65

7
Makefile Normal file

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