From 2cc8e16ba276d08016c8b1a3f2cb536d5eae5c15 Mon Sep 17 00:00:00 2001 From: lda Date: Thu, 22 Aug 2024 14:40:34 +0200 Subject: [PATCH] [MOD] Allow other compilers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7236d15..82d651a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ OBJECT=build AYAS=ayaya ETC=etc INCLUDES=src/include -CC=cc +CC ?=cc CFLAGS=-I$(SOURCE) -I$(INCLUDES) -I$(CYTO_INC) -DNAME="\"$(NAME)\"" -DVERSION="\"$(VERSION)\"" -DREPOSITORY=\"$(REPOSITORY)\" -DCODE=\"$(CODE)\" -O3 -g -Wall -Werror LDFLAGS=-L $(CYTO_LIB) -lCytoplasm -O3 -g AFLAGS=-C "$(ETC)/ayadoc/style.css" -p "$(NAME)"