Commit 13271912 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Renamed client code file

parent 445209dd
.PHONY: all check clean
all: www/style.css www/game.js
all: www/style.css www/client.js
www/%.css: %.sass
sass $< $@
......
......@@ -6,6 +6,6 @@
</head>
<body>
<div id="board"></div>
<script src="game.js"></script>
<script src="client.js"></script>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment