From 171c6e34adf29bed1dcded7420135b393119eecd Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Sat, 31 Jul 2021 12:10:10 +0000 Subject: [PATCH] Update Makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c254d98..a8e0aff 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ -all: +.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_debug tools=yes custom_modules=../modules -j2 # 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