From 7b63d3774faf1d43d3599fc382960b8ba6abd1db Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 17 Oct 2019 11:42:18 -0700 Subject: [PATCH] minor tidying --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 0bd4421b..2cf49a67 100644 --- a/Makefile +++ b/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