summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 26e7835..2c8f6e2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,7 @@ SRC = \
sfeed_web.c\
sfeed_xmlenc.c\
util.c\
- xml.c
-COMPATSRC = \
+ xml.c\
strlcat.c\
strlcpy.c
BIN = \
@@ -48,11 +47,10 @@ DOC = \
README.xml\
TODO
HDR = \
- compat.h\
util.h\
xml.h
-OBJ = ${SRC:.c=.o} ${EXTRAOBJ}
+OBJ = ${SRC:.c=.o}
all: $(BIN)