mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
minor tidying
This commit is contained in:
parent
50bef424e4
commit
7b63d3774f
10
Makefile
10
Makefile
@ -35,16 +35,16 @@ DOCPREFIX = "ballisticacore_"
|
|||||||
# #
|
# #
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
# List targets in this Makefile and basic descriptions for them.
|
||||||
|
help: list
|
||||||
|
@tools/snippets makefile_target_list Makefile
|
||||||
|
|
||||||
# Prerequisites that should be in place before running most any other build;
|
# Prerequisites that should be in place before running most any other build;
|
||||||
# things like tool config files, etc.
|
# things like tool config files, etc.
|
||||||
PREREQS = .dir-locals.el .mypy.ini .pycheckers \
|
PREREQS = .dir-locals.el .mypy.ini .pycheckers \
|
||||||
.pylintrc .style.yapf .clang-format \
|
.pylintrc .style.yapf .clang-format \
|
||||||
.projectile .editorconfig
|
.projectile .editorconfig
|
||||||
|
|
||||||
# List targets in this Makefile and basic descriptions for them.
|
|
||||||
help: list
|
|
||||||
@tools/snippets makefile_target_list Makefile
|
|
||||||
|
|
||||||
prereqs: ${PREREQS}
|
prereqs: ${PREREQS}
|
||||||
|
|
||||||
prereqs-clean:
|
prereqs-clean:
|
||||||
@ -156,8 +156,6 @@ prefab-mac-release-build: assets-cmake build/prefab/mac/release/ballisticacore
|
|||||||
build/prefab/mac/release/ballisticacore: .efrocachemap
|
build/prefab/mac/release/ballisticacore: .efrocachemap
|
||||||
@tools/snippets efrocache_get $@
|
@tools/snippets efrocache_get $@
|
||||||
|
|
||||||
PREFAB_LINUX_FLAVOR ?= linux64-u19s
|
|
||||||
|
|
||||||
prefab-linux-debug: prefab-linux-build
|
prefab-linux-debug: prefab-linux-build
|
||||||
@cd build/prefab/linux/debug && ./ballisticacore
|
@cd build/prefab/linux/debug && ./ballisticacore
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user