diff options
author | Mattias Andrée <maandree@kth.se> | 2020-09-04 21:28:33 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-09-04 21:28:33 +0200 |
commit | 624d45a10f4d2d84a32a4e9fbcd370aa653271f8 (patch) | |
tree | 509e1bdefbe36cd0e6a9f0bd9e9bb558a15bd442 /Makefile | |
parent | Update license, change style, simplify makefile, and do not use gpp (diff) | |
download | mongotimer-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |