More work on clean build

This commit is contained in:
2024-10-03 15:59:07 -04:00
parent 8c65be3f79
commit 322fd3dea0
3 changed files with 37 additions and 90 deletions

View File

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