objs = vopamoi.js

all: $(objs)

.PHONY: all clean

%.js: %.ts
	tsc --strict $<

clean:
	-rm $(objs)