13 lines
476 B
Plaintext
13 lines
476 B
Plaintext
# This makefile just invokes the unreal build system, then the luprex build system.
|
|
#
|
|
# Do not edit Makefile, instead, edit Makefile.tpl.txt
|
|
#
|
|
|
|
all:
|
|
(cd luprex ; make all)
|
|
[UNREALENGINE]/Engine/Build/BatchFiles/[BUILD_BAT] IntegrationEditor [OS] DebugGame [INTEGRATION]/Integration.uproject -waitmutex
|
|
|
|
clean:
|
|
(cd luprex ; make clean)
|
|
[UNREALENGINE]/Engine/Build/BatchFiles/[BUILD_BAT] IntegrationEditor [OS] DebugGame [INTEGRATION]/Integration.uproject -waitmutex -clean
|