From 8bd41dfa99f136a31d5b72ef49faad5597925986 Mon Sep 17 00:00:00 2001 From: Daniel C Date: Fri, 5 Jan 2024 19:38:07 -0500 Subject: [PATCH] typo, accidentally removed test-ci target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c09c4db..563819a 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,8 @@ install: libcamlib.so -mkdir /usr/include/camlib cp src/*.h /usr/include/camlib/ +test-ci: test/test.o $(FILES) + $(CC) test/test.o $(FILES) $(LDFLAGS) $(CFLAGS) -o test-ci test: bash test/myci.sh