From 6091794aaf32d4d68f748356aee321d71a6fb4ac Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 6 Feb 2021 23:10:16 +0100 Subject: Fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f197990..376a12e 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DIGITS =\ all: mongoclock mongoclock: mongoclock.o - $(CC) -o $@ $^ $(LDFLAGS) + $(CC) -o $@ mongoclock.o $(LDFLAGS) mongoclock.o: mongoclock.c arg.h $(DIGITS) $(CC) -c -o $@ mongoclock.c $(CPPFLAGS) $(CFLAGS) -- cgit v1.2.3-70-g09d2