Makefile for complete build

This commit is contained in:
Segey Lapin
2021-10-26 22:16:39 +03:00
parent e69850f91a
commit db6430230e

9
Makefile.complete Normal file
View File

@@ -0,0 +1,9 @@
.PHONY: all godot-editor-main
all: godot-editor-main
godot-editor-main:
cd godot; \
scons platform=x11 target=release_debug tools=yes custom_modules=../modules -j6; \
scons platform=x11 target=release tools=no custom_modules=../modules -j6; \
scons platform=server target=release_debug tools=yes custom_modules=../modules -j6
# scons platform=windows target=release tools=yes custom_modules=../modules -j6
# scons platform=javascript target=release tools=yes custom_modules=../modules -j6