https://github.com/carla-simulator/carla
Revision a0a2c83f1317d964dcf63d9069f7db38b9946d4d authored by doterop on 02 November 2020, 10:38:16 UTC, committed by doterop on 02 November 2020, 16:53:54 UTC
1 parent 8f1b401
Raw File
Tip revision: a0a2c83f1317d964dcf63d9069f7db38b9946d4d authored by doterop on 02 November 2020, 10:38:16 UTC
Updated TL and TS to be spawned on sublevels
Tip revision: a0a2c83
Makefile
include Util/BuildTools/Vars.mk
ifeq ($(OS),Windows_NT)
include Util/BuildTools/Windows.mk
else
include Util/BuildTools/Linux.mk
endif
back to top