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

13 lines
139 B
Makefile
Raw Normal View History

2022-03-14 10:32:45 +03:00
2022-03-18 22:13:41 +03:00
build:
2022-03-17 11:53:53 +03:00
npx tsc && make fix-decl
2022-03-16 22:25:36 +03:00
2022-03-18 22:13:41 +03:00
watch:
2022-03-17 11:53:53 +03:00
npx tsc-watch --onSuccess "make fix-decl"
fix-decl:
./scripts/fix_decl.sh
2022-03-14 10:32:45 +03:00
clean:
2022-03-16 22:45:15 +03:00
rm -rf lib