Removing Makefile. Use 'bin/ol' for starting plovr.

This commit is contained in:
Petr Pridal
2012-06-22 11:45:01 +02:00
parent fbcca9642c
commit fa9507ab79
2 changed files with 0 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
all:
java -jar plovr.jar serve main.json
build:
java -jar plovr.jar build main.json > index.js
jsdoc:
java -jar plovr.jar jsdoc main.json
.PHONY: build
.PHONY: jsdoc

View File

@@ -1,10 +0,0 @@
<html>
<head>
<title>Closure Library + Plovr</title>
<script src="http://localhost:9810/compile?id=main"></script>
</head>
<body>
<div id="output"></div>
<script>main()</script>
</body>
</html>