summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 20:22:49 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 20:22:49 +0100
commit1f7beb9181acf0f18d37449bb209e92a12572015 (patch)
treeb010a293468e4cf15ce6b034ce7aa0a556b4139c /mkfile
parentfe1706ed5d92e9f3e8f7b5013291d33622bdffd5 (diff)
remove mkfile, update README
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/mkfile b/mkfile
deleted file mode 100644
index 6ffd467..0000000
--- a/mkfile
+++ /dev/null
@@ -1,23 +0,0 @@
-CC = cc
-
-<config.mk
-
-TARG = sfeed sfeed_html sfeed_frames sfeed_plain sfeed_stats sfeed_web \
- sfeed_xmlenc sfeed_opml_import
-
-all: $TARG
-
-
-clean:
- rm -f *.o core a.out $TARG
-
-sfeed: xml.o
-sfeed_opml_import: xml.o
-sfeed_web: xml.o
-sfeed_xmlenc: xml.o
-
-&: &.o util.o
- $CC $prereq -o $target
-
-&.o: &.c
- $CC $CFLAGS -c $stem.c