Files
fewd/Makefile
T

8 lines
81 B
Makefile

tsc:
cd priv/static/js &&\
tsc
watch:
cd priv/static/js &&\
tsc --watch