aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkfile14
-rw-r--r--readme.md9
2 files changed, 7 insertions, 16 deletions
diff --git a/mkfile b/mkfile
index e3a911b..34d3ac5 100644
--- a/mkfile
+++ b/mkfile
@@ -14,20 +14,6 @@ OFILES=\
HFILES=\
dat.h\
fns.h\
- libgeometry/geometry.h\
cmixer.h\
-LIB=\
- libgeometry/libgeometry.a$O\
-
-CFLAGS=$CFLAGS -Ilibgeometry
-
</sys/src/cmd/mkone
-
-libgeometry/libgeometry.a$O:
- cd libgeometry
- mk install
-
-clean nuke:V:
- rm -f *.[$OS] [$OS].??* $TARG
- @{cd libgeometry; mk $target}
diff --git a/readme.md b/readme.md
index 2e6f38a..4e9039b 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,8 @@
-# Game Physics
+# Game... Physics?
-Applied concepts from the awesome [Gaffer On Games](https://gafferongames.com/).
+> Applied concepts from the awesome [Gaffer On Games](https://gafferongames.com/).
+
+Yeah, I know. What started as a project to explore some (networked)
+physics stuff, has become a game engine testbed.
+
+It might lead to an actual game, who knows.