From d552d04dbdd45497ea28654b9ec3a01ef2c6fb67 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 9 Dec 2017 12:42:25 +0100 Subject: sfeed_tail: replace hashmap + linked-list with RBtree - This is much more memory efficient. I have not done any speed comparison yet but it is not noticable atleast. - add BSD --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e312b3..a7b85df 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,10 @@ SCRIPTS = \ sfeed_update SRC = ${BIN:=.c} +HDR = \ + tree.h\ + util.h\ + xml.h LIBUTIL = libutil.a LIBUTILSRC = \ @@ -43,9 +47,6 @@ DOC = \ README\ README.xml\ TODO -HDR = \ - util.h\ - xml.h all: $(BIN) -- cgit v1.2.3