Added a makefile for running the generate-combined.sh script. The Makefile serves...
[dygraphs.git] / Makefile
1 # Run the generate-combined.sh script.
2 # This Makefile isn't really necessary, but it serves as a "indicator"
3 # to new users that they need to do a "build" of sorts.
4 #
5 # Dean Wampler <dean@deanwampler.com> March 22, 2010
6
7 all: generate-combined
8
9 generate-combined:
10 @echo Generating dygraph-combined.js
11 @generate-combined.sh