code / tomo-lost-signal

Lines522 Tomo498 Markdown11 make10
1 others 3
INI3
(17 lines)
3 lost-signal: lost-signal.tm box.tm raylib.tm player.tm world.tm camera.tm satellite.tm
4 tomo -e lost-signal.tm
6 # Disable built-in makefile rules:
7 %: %.c
8 %.o: %.c
9 %: %.o
11 clean:
12 rm -vf lost-signal *.tm.*
14 play: lost-signal
15 ./lost-signal
17 .PHONY: play, clean