diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-02 20:22:49 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-02 20:22:49 +0100 |
commit | 1f7beb9181acf0f18d37449bb209e92a12572015 (patch) | |
tree | b010a293468e4cf15ce6b034ce7aa0a556b4139c /mkfile | |
parent | fe1706ed5d92e9f3e8f7b5013291d33622bdffd5 (diff) |
remove mkfile, update README
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 23 |
1 files changed, 0 insertions, 23 deletions
@@ -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 |