X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=c2f34d48f62db23405b85061bbe045e4a7d1c367;hb=467a25565356cffd20e233e6c05b2d21da376ddc;hp=7b81be6b418236e9f1b89b1b06f3c7e18ba56a01;hpb=2620bf922f351a346f74210f2dc4f782cbc44486;p=open-adventure.git diff --git a/Makefile b/Makefile index 7b81be6..c2f34d4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for the open-source release of adventure 2.5 -CC=clang -CCFLAGS=-O2 -std=c99 -Wall -Wextra -Wpedantic -fstack-protector -fstack-protector-all -pipe -mtune=native +CC?=gcc +CCFLAGS=-std=c99 LIBS= UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux)