From ff0daf7c5edb92e9e2361e9985996725bade9a85 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 24 Oct 2025 20:25:15 +0530 Subject: Add build/install setup + fix read error for move command --- justfile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 justfile (limited to 'justfile') 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 - -- cgit v1.3.1