aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $<