https://github.com/carla-simulator/carla
Raw File
Tip revision: e1284445b32c32be9361be5e51215948138e8283 authored by Axel on 22 December 2020, 19:04:40 UTC
Changed tm synchronous check order.
Tip revision: e128444
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