From 6b1b5443fb8f07c52d1c2df2843592f79742156c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 19 Jul 2022 20:03:46 +0200 Subject: Add coverage test (requires `make check` which has not been implemented yet) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 11fa042..17ee3d3 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ HDR =\ common.h LOBJ = $(OBJ:.o=.lo) +SRC = $(OBJ:.o=.c) all: libparsepcf.a libparsepcf.$(LIBEXT) demo -- cgit v1.2.3-70-g09d2