https://github.com/carla-simulator/carla
Revision 7062a0284dadfca1f6f4b3fd662d1005922faaec authored by bernatx on 08 July 2019, 15:10:05 UTC, committed by bernatx on 08 July 2019, 15:19:33 UTC
1 parent be1a8c1
Raw File
Tip revision: 7062a0284dadfca1f6f4b3fd662d1005922faaec authored by bernatx on 08 July 2019, 15:10:05 UTC
Fixing conflicts in documentation
Tip revision: 7062a02
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