Program.js: Hello.st
	../jtalkc -N -m Hello Hello.st Program

run: Program.js
	./hello

clean:
	rm Program.js Hello.js
