https://github.com/carla-simulator/carla
Raw File
Tip revision: 0dde4e91d422ce3ccf251cb6ebe0a289d166bb76 authored by Daniel on 08 May 2019, 10:22:08 UTC
Updated log. Fixed map not being removed
Tip revision: 0dde4e9
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