go: hello.js
	./hello.js

hello.js: hello.ts
	tslint hello.ts
	tsc hello.ts
	chmod 755 hello.js

init:
	tslint --init

clean:
	rm -f hello.js