diff Makefile @ 23:b7690784cd17 0.3.0

misc: update before 0.3.0
author David Demelier <markand@malikania.fr>
date Thu, 16 Sep 2021 13:56:31 +0200
parents d87e84936795
children 0cc98943f6e2
line wrap: on
line diff
--- a/Makefile	Wed Feb 24 11:43:50 2021 +0100
+++ b/Makefile	Thu Sep 16 13:56:31 2021 +0200
@@ -30,22 +30,9 @@
 LIBDIR=         ${PREFIX}/lib
 MANDIR=         ${PREFIX}/share/man
 
-VERSION=        0.2.0
+VERSION=        0.3.0
 
-SRCS=           buf-clear.c \
-                buf-dup.c \
-                buf-erase.c \
-                buf-finish.c \
-                buf-init.c \
-                buf-printf.c \
-                buf-putc.c \
-                buf-puts.c \
-                buf-reserve.c \
-                buf-resize.c \
-                buf-shrink.c \
-                buf-sub.c \
-                buf-vprintf.c \
-                buf.c
+SRCS=           buf.c
 OBJS=           ${SRCS:.c=.o}
 
 MAN=            buf_clear.3 \
@@ -93,7 +80,7 @@
 	rm -rf libbuf-${VERSION}
 	mkdir libbuf-${VERSION}
 	cp -R test extern libbuf-${VERSION}
-	cp ${SRCS} buf.h buf-int.h libbuf-${VERSION}
+	cp ${SRCS} buf.h libbuf-${VERSION}
 	cp ${MAN} libbuf-${VERSION}
 	cp INSTALL.md LICENSE.md README.md Makefile libbuf-${VERSION}
 	tar -cjf libbuf-${VERSION}.tar.xz libbuf-${VERSION}