diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-29 10:12:53 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-29 10:13:46 -0800 |
| commit | 6da4166469e52d278a63fd94bc6c3e1abed76114 (patch) | |
| tree | f3a3baf905279d216ca8911578c862f255a3ab59 /Makefile | |
| parent | 8268ded04a20963f8e527b6106c6c0df388afde9 (diff) | |
| download | convert-markdown-6da4166469e52d278a63fd94bc6c3e1abed76114.tar.gz convert-markdown-6da4166469e52d278a63fd94bc6c3e1abed76114.zip | |
Rewind temp input stream before using it
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
