Parcourir la source

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

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit il y a 5 ans
Parent
commit
094905f7f8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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',
     ],