diff options
author | euxane | 2024-11-30 12:16:50 +0100 |
---|---|---|
committer | euxane | 2024-11-30 12:16:50 +0100 |
commit | 62f23d9a24e349f57e8857c75bdf2c0ca32c4f70 (patch) | |
tree | 60a6dbfa8de7bcc7dd6c08654f1f62e3dc717992 /readme.md | |
parent | f6d0572984f78f400166fc585dd3b3a120101647 (diff) | |
download | tickwatch-62f23d9a24e349f57e8857c75bdf2c0ca32c4f70.tar.gz |
makefile: add
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -68,12 +68,11 @@ Contributions | |||
68 | Issues and patches: email the author. | 68 | Issues and patches: email the author. |
69 | 69 | ||
70 | 70 | ||
71 | Development commands | 71 | Development |
72 | -------------------- | 72 | ----------- |
73 | 73 | ||
74 | * Enter the development shell: `nix develop` | 74 | * Enter the development shell: `nix develop` |
75 | * Run tests in loop: `watchexec -cclear -r nim r -d:test main.nim` | 75 | * Make targets: `tickwatch`, `check`, `check-loop`, `install`, `clean` |
76 | * Build executable: `nim c -d:release main.nim` | ||
77 | 76 | ||
78 | 77 | ||
79 | Copyright and Licence | 78 | Copyright and Licence |