Revision 09dbc73cdffc6305c05936a5bd0abc90ae09039e authored by Francesc Domene on 10 September 2019, 14:03:22 UTC, committed by Francesc Domene on 10 September 2019, 14:41:18 UTC
1 parent a34b118
Raw File
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