Kaynağa Gözat

Renamed client code file

Taddeus Kroes 11 yıl önce
ebeveyn
işleme
1327191206
3 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      Makefile
  2. 0 0
      client.coffee
  3. 1 1
      www/index.html

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 .PHONY: all check clean
 
-all: www/style.css www/game.js
+all: www/style.css www/client.js
 
 www/%.css: %.sass
 	sass $< $@

+ 0 - 0
game.coffee → client.coffee


+ 1 - 1
www/index.html

@@ -6,6 +6,6 @@
     </head>
     <body>
         <div id="board"></div>
-        <script src="game.js"></script>
+        <script src="client.js"></script>
     </body>
 </html>