From 92929c60473c99dff06ca99cc6161fb2344eb9f7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 29 Sep 2024 16:44:32 -0300 Subject: Makefile: Fix $(iCFLAGS) variable name typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13d9193..a292fd8 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ GOLDFLAGS = -L $(GOLIBDIR) .SUFFIXES: .go .a .c .o .bin .bin-check .c.o: - $(CC) $(iCFLAGS) -o $@ -c $< + $(CC) $(CFLAGS) -o $@ -c $< -- cgit v1.2.3