Minor fixes to Linux Makefile
This commit is contained in:
parent
a985cabc78
commit
319075609d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue