summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-04-01 00:20:48 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-04-01 00:20:48 +0200
commitbc659088cf6d711db8bd1c40deb9d403f855cf14 (patch)
treebeaf016a6ac66934bf140b07b18583d808d882cb /Makefile
parent0df57225a5c7e475116cad33c9a9a92b907ade56 (diff)
Makefile: update clean rule
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6d22594..56773e4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ include config.mk
NAME = sfeed
SRC = sfeed.c sfeed_plain.c sfeed_html.c sfeed_opml_import.c sfeed_frames.c \
- sfeed_xmlenc.c sfeed_web.c xml.c
+ sfeed_xmlenc.c sfeed_web.c xml.c util.c
OBJ = ${SRC:.c=.o}
all: options sfeed sfeed_plain sfeed_html sfeed_opml_import sfeed_frames \
@@ -53,7 +53,7 @@ sfeed_web: sfeed_web.o xml.o util.o
clean:
@echo cleaning
@rm -f sfeed sfeed_plain sfeed_html sfeed_frames sfeed_opml_import \
- ${OBJ} ${NAME}-${VERSION}.tar.gz
+ sfeed_web sfeed_xmlenc ${OBJ} ${NAME}-${VERSION}.tar.gz
dist: clean
@echo creating dist tarball