https://github.com/carla-simulator/carla
Revision e43747acbbd4033a870b63b18712b857afcf2ce1 authored by bernat on 03 March 2021, 21:26:31 UTC, committed by bernat on 08 March 2021, 14:59:45 UTC
1 parent 7cf4196
Raw File
Tip revision: e43747acbbd4033a870b63b18712b857afcf2ce1 authored by bernat on 03 March 2021, 21:26:31 UTC
Updating documentation
Tip revision: e43747a
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