From: Dean Wampler Date: Mon, 22 Mar 2010 20:04:29 +0000 (-0500) Subject: Added a makefile for running the generate-combined.sh script. The Makefile serves... X-Git-Tag: v1.0.0~702^2~1 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=18764f2761fa33fdafe99f1007ae4758a5bf987b;p=dygraphs.git Added a makefile for running the generate-combined.sh script. The Makefile serves as a clue to new users that a "build" is first required before using local copies of the JS files. --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b71596c --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +# Run the generate-combined.sh script. +# This Makefile isn't really necessary, but it serves as a "indicator" +# to new users that they need to do a "build" of sorts. +# +# Dean Wampler March 22, 2010 + +all: generate-combined + +generate-combined: + @echo Generating dygraph-combined.js + @generate-combined.sh