mirror of
https://github.com/niklasvh/html2canvas.git
synced 2025-12-08 20:35:51 +00: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 |