diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-19 20:03:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-19 20:03:46 +0200 |
commit | 1eca6cd522069d02dd1e5aeefe18367c7145d92e (patch) | |
tree | f0221bb6e3ef3e6e63862a7b111f02587e4850b8 /Makefile | |
parent | Add man pages (diff) | |
download | libtracebitmap-1eca6cd522069d02dd1e5aeefe18367c7145d92e.tar.gz libtracebitmap-1eca6cd522069d02dd1e5aeefe18367c7145d92e.tar.bz2 libtracebitmap-1eca6cd522069d02dd1e5aeefe18367c7145d92e.tar.xz |
Add coverage test (requires `make check` which has not been implemented yet)
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ MAN7 =\ libtracebitmap.7 LOBJ = $(OBJ:.o=.lo) +SRC = $(OBJ:.o=.c) all: libtracebitmap.a libtracebitmap.$(LIBEXT) demo |