hfc

Hosts file client
git clone git://git.marlonivo.com/hfc
Log | Files | Refs | LICENSE

commit 75e1aecbe95b8f66eb57a928a618887c68bd7946
parent f27079ca307f460fa29faf5cf9ffd1c754c4398a
Author: Marlon Ivo <email@marlonivo.xyz>
Date:   Sun, 24 Aug 2025 06:35:22 +0000

fixing pkg build

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ LDFLAGS = -lcurl -lncurses PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -VERSION = 0.0.1 +VERSION = 0.1 SRCS = hfc.c get.c update.c config.c OBJS = hfc.o get.o update.o config.o