aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-19 20:03:46 +0200
committerMattias Andrée <maandree@kth.se>2022-07-19 20:03:46 +0200
commit1eca6cd522069d02dd1e5aeefe18367c7145d92e (patch)
treef0221bb6e3ef3e6e63862a7b111f02587e4850b8 /Makefile
parentAdd man pages (diff)
downloadlibtracebitmap-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6dabda0..677de02 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ MAN7 =\
libtracebitmap.7
LOBJ = $(OBJ:.o=.lo)
+SRC = $(OBJ:.o=.c)
all: libtracebitmap.a libtracebitmap.$(LIBEXT) demo