docs: fix Makefile target given more than once & force execute (#8580)

This commit is contained in:
Cheng-Liang Chi 2025-01-17 17:34:35 +08:00 committed by GitHub
parent 10cbd24abf
commit 159a4fea47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
launch PythonAPI LibCarla CarlaUnrealEditor CarlaUnrealEditor launch-only:
launch PythonAPI LibCarla CarlaUnrealEditor launch-only: FORCE
@echo "MakeFile build is currently disabled."
FORCE: ;
# include Util/BuildTools/Vars.mk
# ifeq ($(OS),Windows_NT)