diff options
author | rodri <rgl@antares-labs.eu> | 2024-09-02 13:13:03 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-09-02 13:13:03 +0000 |
commit | 877f2c0b88321839b939d1031ad7e5a386d89dc0 (patch) | |
tree | 063c456969092f423d1ad4289772a80233718840 /mkfile | |
download | threadpool-877f2c0b88321839b939d1031ad7e5a386d89dc0.tar.gz threadpool-877f2c0b88321839b939d1031ad7e5a386d89dc0.tar.bz2 threadpool-877f2c0b88321839b939d1031ad7e5a386d89dc0.zip |
parallel experiments lain.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +</$objtype/mkfile + +BIN=/$objtype/bin +TARG=main1\ + main2\ + main3\ + main4\ + +</sys/src/cmd/mkmany |