diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-15 15:19:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-15 15:19:55 +0200 |
commit | 7471b170447706e6933d9018d280f2c43f3ffe85 (patch) | |
tree | 2d3cd138d617773a7bee958d2dbe6e23e890ca1b /Makefile | |
parent | Finish contacts.5 and fix libcontacts.h.0 (diff) | |
download | libcontacts-7471b170447706e6933d9018d280f2c43f3ffe85.tar.gz libcontacts-7471b170447706e6933d9018d280f2c43f3ffe85.tar.bz2 libcontacts-7471b170447706e6933d9018d280f2c43f3ffe85.tar.xz |
Add tests1.0
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
@@ -71,7 +71,7 @@ test: test.o libcontacts.a check: test @rm -rf -- .testdir - ./test + $(CHECK_PREFIX) ./test @rm -rf -- .testdir install: libcontacts.a libcontacts.$(LIBEXT) |