https://github.com/carla-simulator/carla
Revision 8d6e263d597370dc3705fa9ae52af6a19eaac70a authored by bernatx on 28 March 2019, 10:57:01 UTC, committed by bernatx on 28 March 2019, 10:57:01 UTC
2 parent s e129465 + 670307a
Raw File
Tip revision: 8d6e263d597370dc3705fa9ae52af6a19eaac70a authored by bernatx on 28 March 2019, 10:57:01 UTC
Merge remote-tracking branch 'refs/remotes/origin/bernatx/Recorder'
Tip revision: 8d6e263
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