More tweaks to build

This commit is contained in:
2024-10-09 17:16:09 -04:00
parent 2cf85a6dbf
commit 403a0b4a77
6 changed files with 2 additions and 182 deletions

View File

@@ -213,11 +213,7 @@ with open("Integration.code-workspace", "w") as rewritten:
#
writefile("Makefile", f"""
all: luprex game
luprex:
all:
(cd luprex ; make)
game:
dotnet {UNREALBUILDTOOL} Integration Linux DebugGame -project="{INTEGRATION}/Integration.uproject"
""")