js__typescript__pluralsight1/Makefile

7 lines
70 B
Makefile

all: js/app.js
js/app.js: app/*.ts
yarn compile
clean:
yarn clean