coz/viewer/Makefile

12 lines
138 B
Makefile
Raw Normal View History

all: js/ui.js js/profile.js
2016-11-23 04:04:24 +03:00
2019-08-18 18:52:41 +03:00
js/%.js: ts/%.ts tsconfig.json
2016-11-23 04:04:24 +03:00
npm install
clean:
2019-08-18 18:52:41 +03:00
rm -f js/*
# Do nothing for install target
install::