Revision 0b62e4d6870c887c55c5c98db47e55b5059ca07e authored by bernat on 21 June 2021, 07:36:39 UTC, committed by bernat on 21 June 2021, 07:36:39 UTC
1 parent fdec2c8
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