mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
build:
|
|
ant
|
|
|
|
install:
|
|
brew install https://raw.github.com/Homebrew/homebrew-dupes/master/ant.rb
|
|
|
|
.PHONY: install build |