Update Makefile

This commit is contained in:
2021-07-31 12:10:10 +00:00
parent 3df4aaa03e
commit 171c6e34ad

View File

@@ -1,6 +1,8 @@
all: .PHONY: all godot-editor-main
all: godot-editor-main
godot-editor-main:
cd godot; \ 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=x11 target=release tools=yes custom_modules=../modules -j6
# scons platform=windows 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 # scons platform=javascript target=release tools=yes custom_modules=../modules -j6