Skip to content

Commit aeac805

Browse files
committed
add makefile for ci
1 parent 4d3aeb0 commit aeac805

File tree

2 files changed

+506
-0
lines changed

2 files changed

+506
-0
lines changed

Makefile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)