aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)