Revision 37922ab53095a7d7b19052555bac88ad5ad7b770 authored by germanros1987 on 08 April 2019, 17:26:22 UTC, committed by GitHub on 08 April 2019, 17:26:22 UTC
2 parent s 9c8e987 + 5bfc7d1
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