File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11help :
22 @fgrep -h " ##" $(MAKEFILE_LIST ) | sed -e ' s/##//' | tail -n +2
33
4- build-debug : # # Build debug Godot plugin
4+ submodules : # # Setup Submodules
5+ git submodule init
6+ git submodule update
7+
8+ build-debug : submodules # # Build debug Godot plugin
59 scons platform=macos arch=universal target=template_debug
610 scons platform=windows arch=x86_32 target=template_debug
711 scons platform=windows arch=x86_64 target=template_debug
812
9- build-release : # # Build release Godot plugin
13+ build-release : submodules # # Build release Godot plugin
1014 scons platform=macos arch=universal target=template_release
1115 scons platform=windows arch=x86_32 target=template_release
1216 scons platform=windows arch=x86_64 target=template_release
You can’t perform that action at this time.
0 commit comments