diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $< |
![]() |
index : libs/c/log.git | |
liblog - A simple logging framework | Alessandro Iezzi |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -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 $< |