mirror of
https://github.com/plasma-umass/coz.git
synced 2024-11-04 23:19:59 +03:00
12 lines
138 B
Makefile
12 lines
138 B
Makefile
all: js/ui.js js/profile.js
|
|
|
|
js/%.js: ts/%.ts tsconfig.json
|
|
npm install
|
|
|
|
clean:
|
|
rm -f js/*
|
|
|
|
# Do nothing for install target
|
|
install::
|
|
|