aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-29 10:12:53 -0800
committerCody Logan <cody@lokken.dev>2023-11-29 10:13:46 -0800
commit6da4166469e52d278a63fd94bc6c3e1abed76114 (patch)
treef3a3baf905279d216ca8911578c862f255a3ab59 /Makefile
parent8268ded04a20963f8e527b6106c6c0df388afde9 (diff)
downloadconvert-markdown-6da4166469e52d278a63fd94bc6c3e1abed76114.tar.gz
convert-markdown-6da4166469e52d278a63fd94bc6c3e1abed76114.zip
Rewind temp input stream before using it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1bc340d..870970d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,13 +13,13 @@ convert-markdown: $(OBJS)
$(OBJS): config.h
clean:
- rm -f convert-markdown $(OBJS) test-convert-markdown
+ rm -f convert-markdown $(OBJS) test-convert-markdown $(TESTOBJS)
distclean: clean
rm -f Makefile.configure config.h config.log config.h.old config.log.old
check: tests
- @echo "# header" | ./test-convert-markdown
+ @./test-convert-markdown
tests: test-convert-markdown