aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-24 20:25:15 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-24 20:25:15 +0530
commitff0daf7c5edb92e9e2361e9985996725bade9a85 (patch)
treeeea01a125f94bd1169e12ee55b0ff4df365ef92c /justfile
parentcae48d231a82cd451658e3745ab23e1a2057d406 (diff)
downloaddaffm-ff0daf7c5edb92e9e2361e9985996725bade9a85.tar.gz
daffm-ff0daf7c5edb92e9e2361e9985996725bade9a85.zip
Add build/install setup + fix read error for move command
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
-