aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2021-07-21 05:05:07 +0000
committerrodri <rgl@antares-labs.eu>2021-07-21 05:05:07 +0000
commitd276cd9961e05c184d4fd653bb9e92a288a09ec3 (patch)
treebb9de32f3e21af254f0fa447ba3f7d5759417ab5 /mkfile
downloadmusw-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--mkfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..6579d68
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,14 @@
+</$objtype/mkfile
+
+BIN=/$objtype/bin/games
+TARG=\
+ musw\
+ muswd\
+
+OFILES=
+
+HFILES=\
+ dat.h\
+ fns.h\
+
+</sys/src/cmd/mkmany