https://github.com/carla-simulator/carla
Revision da597f92c923d62357c2ac4b521f497f4f81fd15 authored by Daniel on 23 May 2019, 08:39:24 UTC, committed by Daniel on 23 May 2019, 08:39:24 UTC
1 parent d26eee9
Raw File
Tip revision: da597f92c923d62357c2ac4b521f497f4f81fd15 authored by Daniel on 23 May 2019, 08:39:24 UTC
Fixed code conventions, static methods and format
Tip revision: da597f9
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