aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-09-04 21:28:33 +0200
committerMattias Andrée <maandree@kth.se>2020-09-04 21:28:33 +0200
commit624d45a10f4d2d84a32a4e9fbcd370aa653271f8 (patch)
tree509e1bdefbe36cd0e6a9f0bd9e9bb558a15bd442 /Makefile
parentUpdate license, change style, simplify makefile, and do not use gpp (diff)
downloadmongotimer-624d45a10f4d2d84a32a4e9fbcd370aa653271f8.tar.gz
mongotimer-624d45a10f4d2d84a32a4e9fbcd370aa653271f8.tar.bz2
mongotimer-624d45a10f4d2d84a32a4e9fbcd370aa653271f8.tar.xz
Do not accept arguments
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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