diff options
author | rodri <rgl@antares-labs.eu> | 2021-07-21 05:05:07 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2021-07-21 05:05:07 +0000 |
commit | d276cd9961e05c184d4fd653bb9e92a288a09ec3 (patch) | |
tree | bb9de32f3e21af254f0fa447ba3f7d5759417ab5 /mkfile | |
download | musw-d276cd9961e05c184d4fd653bb9e92a288a09ec3.tar.gz musw-d276cd9961e05c184d4fd653bb9e92a288a09ec3.tar.bz2 musw-d276cd9961e05c184d4fd653bb9e92a288a09ec3.zip |
initial commit.
implemented basic server loop, with separate threads to handle connections and run the simulations.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +</$objtype/mkfile + +BIN=/$objtype/bin/games +TARG=\ + musw\ + muswd\ + +OFILES= + +HFILES=\ + dat.h\ + fns.h\ + +</sys/src/cmd/mkmany |