mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
Syncing latest changes between public/private.
This commit is contained in:
parent
6f85856616
commit
0f2325acd8
14
Makefile
14
Makefile
@ -1,15 +1,15 @@
|
|||||||
# This Makefile encompasses most high level functionality you should need when
|
# 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
|
# working with Ballistica. These build rules are also handy as reference or a
|
||||||
# point if you need specific funtionality beyond what is here.
|
# starting point if you need specific funtionality beyond that exposed here.
|
||||||
# The targets here do not expect -jX to be passed to them and generally
|
# Targets in this top level Makefile do not expect -jX to be passed to them
|
||||||
# add that argument to subprocesses as needed.
|
# and generally handle spawning an appropriate number of child jobs themselves.
|
||||||
|
|
||||||
# Print help by default
|
|
||||||
all: help
|
|
||||||
|
|
||||||
# Prefix used for output of docs/changelogs/etc targets for use in webpages.
|
# Prefix used for output of docs/changelogs/etc targets for use in webpages.
|
||||||
DOCPREFIX = "ballisticacore_"
|
DOCPREFIX = "ballisticacore_"
|
||||||
|
|
||||||
|
# Print help by default
|
||||||
|
all: help
|
||||||
|
|
||||||
# Tell make which of these targets don't represent files.
|
# Tell make which of these targets don't represent files.
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user