Revision a3e30b5f230346f06f8a06639589fda12e679441 authored by Pasch, Frederik on 20 March 2019, 14:27:14 UTC, committed by Pasch, Frederik on 20 March 2019, 14:27:48 UTC
1 parent 52d9929
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