diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-29 10:12:08 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-29 10:12:08 -0800 |
| commit | 8268ded04a20963f8e527b6106c6c0df388afde9 (patch) | |
| tree | 0bbb08e2cd795126e275da6b155942816e6b1ff6 /Makefile | |
| parent | aeed943e126bbc670250408a0f0db6df4445573c (diff) | |
| download | convert-markdown-8268ded04a20963f8e527b6106c6c0df388afde9.tar.gz convert-markdown-8268ded04a20963f8e527b6106c6c0df388afde9.zip | |
Revert "Use data files to test input and output"
This reverts commit aeed943e126bbc670250408a0f0db6df4445573c.
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 $(TESTOBJS) + rm -f convert-markdown $(OBJS) test-convert-markdown distclean: clean rm -f Makefile.configure config.h config.log config.h.old config.log.old check: tests - @./test-convert-markdown + @echo "# header" | ./test-convert-markdown tests: test-convert-markdown |
