From 0f2325acd8903c2a6680dfe844fc5bfa03c2205a Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 7 Oct 2019 08:44:24 -0700 Subject: [PATCH] Syncing latest changes between public/private. --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 97e83650..2c0db9c6 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ # This Makefile encompasses most high level functionality you should need when -# working with the game. These rules are also handy as reference or a starting -# point if you need specific funtionality beyond what is here. -# The targets here do not expect -jX to be passed to them and generally -# add that argument to subprocesses as needed. - -# Print help by default -all: help +# working with Ballistica. These build rules are also handy as reference or a +# starting point if you need specific funtionality beyond that exposed here. +# Targets in this top level Makefile do not expect -jX to be passed to them +# and generally handle spawning an appropriate number of child jobs themselves. # Prefix used for output of docs/changelogs/etc targets for use in webpages. DOCPREFIX = "ballisticacore_" +# Print help by default +all: help + # Tell make which of these targets don't represent files. .PHONY: all