From c446f327154747d88cd715154b30dee86ec50c32 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 13 Apr 2020 18:48:16 +0000 Subject: [PATCH] Don't require gcc --- src/doors/clans-src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doors/clans-src/makefile b/src/doors/clans-src/makefile index ee02c8a9a8..787077bc01 100644 --- a/src/doors/clans-src/makefile +++ b/src/doors/clans-src/makefile @@ -8,7 +8,7 @@ ifeq ($(OS),netbsd) FLAGS += -D__unix__ endif # Somebody make this compile under gcc. :-) I'll get you started: -CC = gcc +CC ?= gcc FLAGS += -O2 -Wall -std=c99 -pedantic -I../../odoors -L../../odoors/libs-`uname` ifdef PROFILE FLAGS += -pg -- GitLab