Whoops, small bug in https://github.com/danvk/dygraphs/pull/186/files; it always...
authorRobert Konigsberg <konigsberg@gmail.com>
Sun, 30 Dec 2012 16:24:02 +0000 (11:24 -0500)
committerRobert Konigsberg <konigsberg@gmail.com>
Sun, 30 Dec 2012 16:24:02 +0000 (11:24 -0500)
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