Browse Source

rename `example` to `gamemode-simulate-game`

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit 5 years ago
parent
commit
094905f7f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      example/meson.build

+ 1 - 1
example/meson.build

@@ -1,6 +1,6 @@
 # An example game
 executable(
-    'example',
+    'gamemode-simulate-game',
     sources: [
         'main.c',
     ],