coz/viewer/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::