Revision 804a3a9f7cb8c6275621b383b4cb3a8351128e43 authored by Néstor Subirón on 08 May 2019, 10:27:02 UTC, committed by GitHub on 08 May 2019, 10:27:02 UTC
2 parent s 57ba6d4 + 661bc87
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