From 9fccb08083dc5b91bab03069c289c1588d89c5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9B=E4=BA=AE?= Date: Sat, 12 Nov 2016 21:07:48 -0500 Subject: [PATCH] delete the 'k' in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cd47d8..7046412 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ test-simple9: test-simple9.o libsimple9.a $(CC) $(DEBUG) -o $@ $^ libsimple9.a: simple9.o - $(AR) cr $@ $^k + $(AR) cr $@ $^ %.o: %.c $(CC) $(DEBUG) $(CFLAGS) $(CPPFLAGS) -c $<