https://github.com/carla-simulator/carla
Revision 67cfd574afeb83b8000f1cea8cc911831deaea2d authored by nsubiron on 16 May 2019, 12:54:29 UTC, committed by nsubiron on 16 May 2019, 12:54:29 UTC
1 parent cf58f7a
Raw File
Tip revision: 67cfd574afeb83b8000f1cea8cc911831deaea2d authored by nsubiron on 16 May 2019, 12:54:29 UTC
Deploy maps too
Tip revision: 67cfd57
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