diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-24 20:25:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-24 20:25:15 +0530 |
| commit | ff0daf7c5edb92e9e2361e9985996725bade9a85 (patch) | |
| tree | eea01a125f94bd1169e12ee55b0ff4df365ef92c /justfile | |
| parent | cae48d231a82cd451658e3745ab23e1a2057d406 (diff) | |
| download | daffm-ff0daf7c5edb92e9e2361e9985996725bade9a85.tar.gz daffm-ff0daf7c5edb92e9e2361e9985996725bade9a85.zip | |
Add build/install setup + fix read error for move command
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 12 |
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 - |
