Don't die if things are already installed

Test Plan:
make
This commit is contained in:
Ben Alpert
2014-03-20 18:30:24 -07:00
parent 63fda74202
commit 92047d2a84

View File

@@ -9,8 +9,8 @@ endif
setup:
npm install
ifeq ($(UNAME),Darwin)
brew install webkit2png
brew install graphicsmagick
which webkit2png || brew install webkit2png
which gm || brew install graphicsmagick
endif
compress: build/katex.min.js