From 858da74c857763c7a1948f6581b172cd89925a06 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 2 Feb 2023 13:39:51 +0100 Subject: Add `all` target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 597fe3f..1db2afa 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ ${LIBNAME:=.so}: ${OBJ} ${LIBNAME:=.a}: ${OBJ} ar rcs $@ ${OBJ} +all: ${LIBNAME:=.so} ${LIBNAME:=.a} test-app + .c.o: ${CC} ${CFLAGS} -fPIC -c $< -- cgit v1.2.3