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

9 lines
48 B
Makefile
Raw Normal View History

2022-03-14 10:32:45 +03:00
2022-05-29 01:40:48 +03:00
test-w:
deno test --watch
2022-03-16 22:25:36 +03:00
2022-05-29 01:40:48 +03:00
test:
deno test
2022-03-17 11:53:53 +03:00
2022-03-14 10:32:45 +03:00