Minor fixes to Linux Makefile

This commit is contained in:
nsubiron 2018-12-11 16:35:34 +01:00
parent a985cabc78
commit 319075609d
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ launch-only:
@${CARLA_BUILD_TOOLS_FOLDER}/BuildCarlaUE4.sh --launch
package: CarlaUE4Editor PythonAPI
@${CARLA_BUILD_TOOLS_FOLDER}/Package.sh
@${CARLA_BUILD_TOOLS_FOLDER}/Package.sh $(ARGS)
docs:
@doxygen
@ -54,7 +54,7 @@ check.PythonAPI.3: PythonAPI.3
@${CARLA_BUILD_TOOLS_FOLDER}/Check.sh --python-api-3 $(ARGS)
benchmark: LibCarla.server
@${CARLA_BUILD_TOOLS_FOLDER}/Check.sh --benchmark
@${CARLA_BUILD_TOOLS_FOLDER}/Check.sh --benchmark $(ARGS)
@cat profiler.csv
CarlaUE4Editor: LibCarla.server

View File

@ -36,10 +36,10 @@ Use the following commands:
hard-clean:
Remove intermediate build files and dependencies, and force a
recompilation of Unreal Engine's pre-compiled headers. Useful for
fixing "version.h has been modified since the precompiled header"
errors. Beware, recompilation takes a long time!
Remove intermediate build files and force a recompilation of Unreal
Engine's pre-compiled headers. Useful for fixing "version.h has been
modified since the precompiled header" errors. Beware, recompilation
takes a long time!
There are also some lower level commands for building individual modules helpful