https://github.com/carla-simulator/carla
Revision 644e30c0f048d012c49ee21caa5c0340645381fc authored by Manish on 02 May 2019, 13:35:07 UTC, committed by Manish on 02 May 2019, 13:42:32 UTC
1 parent 57e3402
Raw File
Tip revision: 644e30c0f048d012c49ee21caa5c0340645381fc authored by Manish on 02 May 2019, 13:35:07 UTC
changed emptymap & tempmap paths + tempmap removed after exporting + minor changes
Tip revision: 644e30c
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