Makefile 70 B

1234567
  1. all: js/app.js
  2. js/app.js: app/*.ts
  3. yarn compile
  4. clean:
  5. yarn clean