From 8268ded04a20963f8e527b6106c6c0df388afde9 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 29 Nov 2023 10:12:08 -0800 Subject: Revert "Use data files to test input and output" This reverts commit aeed943e126bbc670250408a0f0db6df4445573c. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3