Skip to content
Snippets Groups Projects
Commit 13271912 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Renamed client code file

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