aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-29 10:12:08 -0800
committerCody Logan <cody@lokken.dev>2023-11-29 10:12:08 -0800
commit8268ded04a20963f8e527b6106c6c0df388afde9 (patch)
tree0bbb08e2cd795126e275da6b155942816e6b1ff6 /Makefile
parentaeed943e126bbc670250408a0f0db6df4445573c (diff)
downloadconvert-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 870970d..1bc340d 100644
--- a/Makefile
+++ b/Makefile
@@ -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