Differences From Artifact [c83d590f9e]:
- File nng-trial/Makefile — part of check-in [3b6efca64a] at 2021-10-21 15:08:13 on branch v1.6584-nanomsg — yada (user: matt, size: 79) [annotate] [blame] [check-ins using]
To Artifact [c9bb6fcc89]:
- File nng-trial/Makefile — part of check-in [056cbbf3bc] at 2021-10-27 05:22:20 on branch v1.6584-nanomsg — Cleaned up the example nng app (user: matt, size: 114) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | nng-test : nng-test.scm csc nng-test.scm test : nng-test ./nng-test do-test | > > > | 1 2 3 4 5 6 7 8 | nng-test : nng-test.scm csc nng-test.scm test : nng-test ./nng-test do-test clean : rm -f .runners/* NBFAKE* |