aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/justfile b/justfile
deleted file mode 100644
index e11c187..0000000
--- a/justfile
+++ /dev/null
@@ -1,12 +0,0 @@
-default:
- @just --choose
-
-run *args:
- cabal run daffm -- {{args}}
-
-test *args:
- cabal test {{args}}
-
-doc:
- pandoc -f man -t markdown docs/daffm.1 -o docs/daffm.md
-