aboutsummaryrefslogtreecommitdiff
path: root/examples/game/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/game/Makefile')
-rw-r--r--examples/game/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/game/Makefile b/examples/game/Makefile
deleted file mode 100644
index 7cf46ce6..00000000
--- a/examples/game/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-game: game.tm box.tm color.tm player.tm world.tm
- tomo -e game.tm
-
-# Disable built-in makefile rules:
-%: %.c
-%.o: %.c
-%: %.o
-
-clean:
- rm -vf game *.tm.*
-
-play: game
- ./game
-
-.PHONY: play, clean