Makefile - clean target adjustments
This commit is contained in:
@@ -150,9 +150,8 @@ test:
|
|||||||
$(PHANTOMJS) test/phantom-jasmine/run_jasmine_test.coffee test/ol.html
|
$(PHANTOMJS) test/phantom-jasmine/run_jasmine_test.coffee test/ol.html
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f build/all.js
|
|
||||||
rm -f build/ol.js
|
rm -f build/ol.js
|
||||||
rm -f build/ol-compiled.js
|
rm -f build/ol-all.js
|
||||||
rm -f demos/*/*.html
|
rm -f demos/*/*.html
|
||||||
rm -f demos/*/advanced-optimizations.*
|
rm -f demos/*/advanced-optimizations.*
|
||||||
rm -f demos/*/simple-optimizations.*
|
rm -f demos/*/simple-optimizations.*
|
||||||
|
|||||||
Reference in New Issue
Block a user