TSFILES := index.ts $(find lib -type f -name '*.ts') gbuoy.js: $(TSFILES) ./node_modules/.bin/tsc --outFile $@ $(TSFILES)