mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
pruning some makefile targets unused in public
This commit is contained in:
parent
9403067a04
commit
1c2e9b41e4
18
Makefile
18
Makefile
@ -87,22 +87,6 @@ assets-android: prereqs
|
|||||||
assets-clean:
|
assets-clean:
|
||||||
@cd assets && $(MAKE) clean
|
@cd assets && $(MAKE) clean
|
||||||
|
|
||||||
# Build resources.
|
|
||||||
resources: prereqs resources/Makefile
|
|
||||||
@cd resources && $(MAKE) -j${CPUS} resources
|
|
||||||
|
|
||||||
# Clean resources.
|
|
||||||
resources-clean:
|
|
||||||
@cd resources && $(MAKE) clean
|
|
||||||
|
|
||||||
# Build our generated code.
|
|
||||||
code: prereqs
|
|
||||||
@cd src/generated_src && $(MAKE) -j${CPUS} generated_code
|
|
||||||
|
|
||||||
# Clean generated code.
|
|
||||||
code-clean:
|
|
||||||
@cd src/generated_src && $(MAKE) clean
|
|
||||||
|
|
||||||
# Remove *ALL* files and directories that aren't managed by git
|
# Remove *ALL* files and directories that aren't managed by git
|
||||||
# (except for a few things such as localconfig.json).
|
# (except for a few things such as localconfig.json).
|
||||||
clean:
|
clean:
|
||||||
@ -118,7 +102,7 @@ cleanlist:
|
|||||||
.PHONY: list prereqs prereqs-clean assets assets-cmake assets-windows \
|
.PHONY: list prereqs prereqs-clean assets assets-cmake assets-windows \
|
||||||
assets-windows-Win32 assets-windows-x64 \
|
assets-windows-Win32 assets-windows-x64 \
|
||||||
assets-mac assets-ios assets-android assets-clean \
|
assets-mac assets-ios assets-android assets-clean \
|
||||||
resources resources-clean code code-clean\
|
-clean-clean\
|
||||||
clean cleanlist
|
clean cleanlist
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<!-- THIS FILE IS AUTO GENERATED; DO NOT EDIT BY HAND -->
|
<!-- THIS FILE IS AUTO GENERATED; DO NOT EDIT BY HAND -->
|
||||||
<!--DOCSHASH=2c7e7e6ababaa4f13a69ea88d880155c-->
|
<!--DOCSHASH=b3ab9dee166a8c526639f95d71dc9031-->
|
||||||
<h4><em>last updated on 2019-11-12 for Ballistica version 1.5.0 build 20001</em></h4>
|
<h4><em>last updated on 2019-11-12 for Ballistica version 1.5.0 build 20001</em></h4>
|
||||||
<p>This page documents the Python classes and functions in the 'ba' module,
|
<p>This page documents the Python classes and functions in the 'ba' module,
|
||||||
which are the ones most relevant to modding in Ballistica. If you come across something you feel should be included here or could be better explained, please <a href="mailto:support@froemling.net">let me know</a>. Happy modding!</p>
|
which are the ones most relevant to modding in Ballistica. If you come across something you feel should be included here or could be better explained, please <a href="mailto:support@froemling.net">let me know</a>. Happy modding!</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user