https://github.com/carla-simulator/carla
Revision 20a068835e28960e8d439a5be8d154b0055a8b7f authored by Manish on 10 September 2019, 15:14:46 UTC, committed by Manish on 10 September 2019, 15:14:46 UTC
1 parent 377a602
Raw File
Tip revision: 20a068835e28960e8d439a5be8d154b0055a8b7f authored by Manish on 10 September 2019, 15:14:46 UTC
updated readme
Tip revision: 20a0688
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