From 331c057273b6e1970c89a5a8ca517cf4f28e5860 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Tue, 29 May 2012 11:18:01 +1000 Subject: [PATCH] Added a makefile to build html2canvas --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e4b4c32 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +build: + ant + +install: + brew install https://raw.github.com/Homebrew/homebrew-dupes/master/ant.rb + +.PHONY: install build \ No newline at end of file