Revision c4da347923b882a683990ff0683bc990a8df01c1 authored by bernatx on 08 July 2019, 14:55:18 UTC, committed by bernatx on 08 July 2019, 14:55:18 UTC
1 parent 76a4f10
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