fewd/Makefile
2025-10-24 13:57:37 -07:00

8 lines
81 B
Makefile

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