Revision 548f97e43b1d9817174afc5bca45a4f308fbc28a authored by Manish on 04 June 2019, 16:37:31 UTC, committed by bernatx on 01 July 2019, 08:34:53 UTC
1 parent 7916e0c
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