From e3227087b033ef5163c48aa3c91fb411d088e2c5 Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 2 Nov 2021 18:39:39 +0200 Subject: [PATCH] fix gcc build --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0b464f26..dce2da42 100644 --- a/makefile +++ b/makefile @@ -64,7 +64,7 @@ ifeq (${singeli}, 1) SINGELIFLAGS = '-DSINGELI' else singeli = 0 - SINGELIFLAGS = '' + SINGELIFLAGS = endif CMD = $(CC) -std=gnu11 -Wall -Wno-unused-function -fms-extensions $(CCFLAGS) $(FLAGS) $(SINGELIFLAGS) -MMD -MP -MF