X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=1f43b333bb99d4a26a8bda2ba8a533b8f35afbbc;hp=2a779b485562ab534c4d9c073bb78f7ef4f5ac21;hb=60c80e4b786b32b292347c428104727d7a503f09;hpb=d575ac084f3841602933b0bf3cf7958c17f43afe diff --git a/GNUmakefile b/GNUmakefile index 2a779b4855..1f43b333bb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,9 +13,11 @@ ifdef CONFIG CXX=$(SHELL_CXX) endif + XCODE_PATH ?= /Applications/Xcode.app + include $(CONFIG) - CFLAGS = -Wall \ + CFLAGS += -Wall \ -pedantic \ -DFACTOR_VERSION="$(VERSION)" \ -DFACTOR_GIT_LABEL="$(GIT_LABEL)" \