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

Renamed client code file

parent 445209dd
.PHONY: all check clean .PHONY: all check clean
all: www/style.css www/game.js all: www/style.css www/client.js
www/%.css: %.sass www/%.css: %.sass
sass $< $@ sass $< $@
......
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
</head> </head>
<body> <body>
<div id="board"></div> <div id="board"></div>
<script src="game.js"></script> <script src="client.js"></script>
</body> </body>
</html> </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