chiark / gitweb /
HTML: move 'New game' back out of the drop-down menu.
[sgt-puzzles.git] / Recipe
diff --git a/Recipe b/Recipe
index 4515ab9b5eca57a82f50f184e379106a5520b0e2..3b57ef5e5413f7c5ffd2a8f6fa20b505ad6aaf9f 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -17,6 +17,7 @@
 !makefile gnustep Makefile.gnustep
 !makefile nestedvm Makefile.nestedvm
 !makefile emcc Makefile.emcc
+!makefile clangcl Makefile.clangcl
 
 !srcdir icons/
 
@@ -146,3 +147,12 @@ benchmark.txt: benchmark.sh $(GAMES)
        ./benchmark.sh > $@
 
 !end
+!begin am
+test: benchmark.html benchmark.txt
+
+benchmark.html: benchmark.txt benchmark.pl
+       ./benchmark.pl benchmark.txt > $@
+
+benchmark.txt: benchmark.sh $(GAMES)
+       ./benchmark.sh > $@
+!end