mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-28 10:03:15 +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;
|
||||
# things like tool config files, etc.
|
||||
PREREQS = .dir-locals.el .mypy.ini .pycheckers \
|
||||
.pylintrc .style.yapf .clang-format \
|
||||
.projectile .editorconfig
|
||||
|
||||
# List targets in this Makefile and basic descriptions for them.
|
||||
help: list
|
||||
@tools/snippets makefile_target_list Makefile
|
||||
|
||||
prereqs: ${PREREQS}
|
||||
|
||||
prereqs-clean:
|
||||
@ -156,8 +156,6 @@ prefab-mac-release-build: assets-cmake build/prefab/mac/release/ballisticacore
|
||||
build/prefab/mac/release/ballisticacore: .efrocachemap
|
||||
@tools/snippets efrocache_get $@
|
||||
|
||||
PREFAB_LINUX_FLAVOR ?= linux64-u19s
|
||||
|
||||
prefab-linux-debug: prefab-linux-build
|
||||
@cd build/prefab/linux/debug && ./ballisticacore
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user