aboutsummaryrefslogtreecommitdiff
path: root/examples/game/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/game/README.md')
-rw-r--r--examples/game/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/game/README.md b/examples/game/README.md
index cc9d3632..475a8299 100644
--- a/examples/game/README.md
+++ b/examples/game/README.md
@@ -8,3 +8,6 @@ interact with an external C library. To run the game:
```bash
tomo game.tm
```
+
+An example [Makefile](Makefile) is also provided if you want to use `make` to
+build the game and `make clean` to clean up the built files.