Archived
1
0
Fork 0
This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
paren/makefile

10 lines
56 B
Makefile
Raw Normal View History

2022-03-14 10:32:45 +03:00
2022-03-16 22:25:36 +03:00
ts:
npx tsc
2022-03-14 10:32:45 +03:00
ts-w:
npx tsc-watch
clean:
2022-03-16 22:45:15 +03:00
rm -rf lib