summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-03-08 18:56:37 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-03-08 18:56:37 +0100
commit13ad5b934a7d7f6c075ed3e9375b7493a73cd433 (patch)
treea228ee5b7dd87f85acafe9f2ddd770d3100ba4f1
parent673650f8f1bb6d8a7f9df30f06b5b34d6ca80ea5 (diff)
Makefile: also clean util and xml object files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}