Revision a046aa0c628a7d79cf29697d5ca4530042376c0e authored by Axel on 07 December 2020, 13:29:07 UTC, committed by bernat on 10 December 2020, 19:38:33 UTC
1 parent b1cbabd
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