diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2023-11-04 20:52:47 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2023-11-04 20:59:34 +0100 |
commit | 96a36b34850fbcef505083ac0df9bcd8baf3a18c (patch) | |
tree | 21a06f3bf57e27587e807709fd5aef2dcfd8ec65 /pandoc/Makefile | |
parent | 5f0273be36d07762220fdcc22d8be6948e203126 (diff) |
Setup. Add run scripts for the tests
Diffstat (limited to 'pandoc/Makefile')
-rw-r--r-- | pandoc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc/Makefile b/pandoc/Makefile index 914849f..73859cf 100644 --- a/pandoc/Makefile +++ b/pandoc/Makefile @@ -30,3 +30,4 @@ test: clean: make -C tests $@ + rm -f *~ |