Skip to content

Commit 3bdba06

Browse files
committed
Merge pull request niklasvh#99 from BugHerd/makefile
Added a makefile to build html2canvas
2 parents 16022b8 + 331c057 commit 3bdba06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build:
2+
ant
3+
4+
install:
5+
brew install https://raw.github.com/Homebrew/homebrew-dupes/master/ant.rb
6+
7+
.PHONY: install build

0 commit comments

Comments
 (0)