From 49fba922eac8c4022b002e340080be9a7134132e Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 30 Mar 2013 20:16:21 +0000 Subject: New front end! To complement the webification of my puzzles via Java applets, here's an alternative webification in Javascript, using Emscripten in asm.js mode (so that as browsers incorporate asm.js optimisation, the game generation should run really fast). [originally from svn r9781] --- Recipe | 1 + 1 file changed, 1 insertion(+) (limited to 'Recipe') diff --git a/Recipe b/Recipe index 425f419..5d63ae5 100644 --- a/Recipe +++ b/Recipe @@ -15,6 +15,7 @@ !makefile osx Makefile.osx !makefile gnustep Makefile.gnustep !makefile nestedvm Makefile.nestedvm +!makefile emcc Makefile.emcc !srcdir icons/ -- cgit v1.1