aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-16 18:43:35 +0100
committerMattias Andrée <maandree@kth.se>2022-02-16 18:43:35 +0100
commit2e2871b2580c32878777e620c805a94634d4b98e (patch)
treea19082ac275c2861b180848a51473b02e04fed95 /Makefile
parentSuppress warning (diff)
downloadlibar2-2e2871b2580c32878777e620c805a94634d4b98e.tar.gz
libar2-2e2871b2580c32878777e620c805a94634d4b98e.tar.bz2
libar2-2e2871b2580c32878777e620c805a94634d4b98e.tar.xz
Add coverage test
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9364dc..ef329d3 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,8 @@ LOBJ = $(OBJ:.o=.lo)
MAN3 = $(OBJ:.o=.3)
MAN7 = libar2.7
+SRC = $(OBJ:.o=.c) $(HDR) test.c
+
all: libar2.a libar2.$(LIBEXT) test
$(OBJ): $(HDR)