From 624d45a10f4d2d84a32a4e9fbcd370aa653271f8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 4 Sep 2020 21:28:33 +0200 Subject: Do not accept arguments 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 b0a867a..f197990 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: mongoclock mongoclock: mongoclock.o $(CC) -o $@ $^ $(LDFLAGS) -mongoclock.o: mongoclock.c $(DIGITS) +mongoclock.o: mongoclock.c arg.h $(DIGITS) $(CC) -c -o $@ mongoclock.c $(CPPFLAGS) $(CFLAGS) mongo_0.h: digit.sh -- cgit v1.2.3-70-g09d2