projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416b05a
)
Added a makefile for running the generate-combined.sh script. The Makefile serves...
author
Dean Wampler
<dean@deanwampler.com>
Mon, 22 Mar 2010 20:04:29 +0000
(15:04 -0500)
committer
Dean Wampler
<dean@deanwampler.com>
Mon, 22 Mar 2010 20:04:29 +0000
(15:04 -0500)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
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 <dean@deanwampler.com> March 22, 2010
+
+all: generate-combined
+
+generate-combined:
+ @echo Generating dygraph-combined.js
+ @generate-combined.sh