7 lines
70 B
Makefile
7 lines
70 B
Makefile
all: js/app.js
|
|
|
|
js/app.js: app/*.ts
|
|
yarn compile
|
|
|
|
clean:
|
|
yarn clean
|