Proper makefile

This commit is contained in:
Segey Lapin
2021-10-13 16:35:54 +03:00
parent e35d566eb8
commit 1b244e80ef

View File

@@ -2,7 +2,7 @@
all: godot-editor-main
godot-editor-main:
cd godot; \
scons platform=x11 target=release_debug tools=yes custom_modules=../modules -j2
scons platform=x11 target=release_debug tools=yes custom_modules=../modules -j6
# scons platform=x11 target=release 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