Diff of /Makefile [b383b0] .. [853a2a]  Maximize  Restore

Switch to side-by-side view

--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 DEBUG_FLAGS += -d
 endif
 
-all: ${C2IEC}
+all: ${C2IEC} ${C2IEC}.js ${C2IEC}.wasm ${C2IEC}.html
 
 ${C2IEC}: lex.yy.c y.tab.c
 	$(CC) -o $@ $^