From 13ad5b934a7d7f6c075ed3e9375b7493a73cd433 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 8 Mar 2016 18:56:37 +0100 Subject: Makefile: also clean util and xml object files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dacee26..dd9446d 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ all: $(BIN) ${BIN}: ${LIB} ${@:=.o} -OBJ = ${SRC:.c=.o} +OBJ = ${SRC:.c=.o} ${LIBXMLOBJ} ${LIBUTILOBJ} ${OBJ}: config.mk ${HDR} -- cgit v1.2.3