Index: compile ================================================================== --- compile +++ compile @@ -10,13 +10,13 @@ test instruc.js -nt instruc.h && node instruc.js > instruc.h test names.js -nt names.h && node names.js > names.h test quarks -nt quarks.h && node quarks.js > quarks.h test quarks.js -nt quarks.h && node quarks.js > quarks.h test heromesh.h -nt "$EXE" && rm bindings.o class.o picture.o function.o exec.o game.o edit.o || true -test instruc.h -nt "$EXE" && rm class.o || true +test instruc.h -nt "$EXE" && rm class.o exec.o || true test pcfont.h -nt "$EXE" && rm picture.o || true -test quarks.h -nt "$EXE" && rm bindings.o picture.o || true +test quarks.h -nt "$EXE" && rm bindings.o edit.o exec.o game.o picture.o || true echo '* bindings' test bindings.c -nt bindings.o && bash bindings.c echo '* class' test class.c -nt class.o && bash class.c echo '* function'