From d7abb53dc840f08b399369bde71351e108b3ffcd Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 31 Mar 2025 17:24:26 +0300 Subject: Add test target to main Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca51ad7..fdef3d2 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ ${OBJS}: cccl.h 3cl: ${OBJS} ${CC} ${LDFLAGS} -o 3cl ${OBJS} ${LDLIBS} +test: all + make -C examples + install: all install -d ${BINDIR} ${MANDIR}/man1 install -m755 3cl ${BINDIR} -- cgit 1.4.1