minor tidying

This commit is contained in:
Eric Froemling 2019-10-17 11:42:18 -07:00
parent 50bef424e4
commit 7b63d3774f

View File

@ -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