Browse Source

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

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit 5 năm trước cách đây
mục cha
commit
094905f7f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',
     ],