From eb47f61450349b1be4e72ffe6f36273a1d01a428 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 8 Sep 2024 20:34:26 -0400 Subject: Add Makefile --- examples/game/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/game/README.md') 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. -- cgit v1.2.3