projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d4f53
)
Whoops, small bug in https://github.com/danvk/dygraphs/pull/186/files; it always...
author
Robert Konigsberg
<konigsberg@gmail.com>
Sun, 30 Dec 2012 16:24:02 +0000
(11:24 -0500)
committer
Robert Konigsberg
<konigsberg@gmail.com>
Sun, 30 Dec 2012 16:24:02 +0000
(11:24 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
1182b5a
..
e07bc1d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,7
+9,7
@@
all: test generate-combined generate-documentation
clean:
@echo cleaning...
@cp .dygraph-combined-clean.js dygraph-combined.js
- rm docs/options.html
+ rm
-f
docs/options.html
generate-combined:
@echo Generating dygraph-combined.js