aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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