We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3aeb0 commit aeac805Copy full SHA for aeac805
Makefile
@@ -0,0 +1,15 @@
1
+# Ignore this makefile, it only exists for CI purposes. (cross-compilation)
2
+GRCC_GAME_PKG_NAME=PETS_2037
3
+GRCC_GAME_PKG_VERSION=0.0.2
4
+GRCC_GODOT_RUST_LIB_NAME=pets-lib
5
+GRCC_GAME_REPO_NAME=PETS-G
6
+
7
+include grcc.mk
8
9
+all: grcc-all
10
+test: grcc-test
11
+clean: grcc-clean
12
+native: grcc-native
13
+cross: grcc-cross
14
+export: grcc-export
15
0 commit comments