Revision b75c1e130a6b166dad01759bc75146a4c4091123 authored by Axel on 31 October 2022, 17:00:19 UTC, committed by bernat on 02 November 2022, 09:39:36 UTC
1 parent c1de740
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