xmonad-config/justfile

16 lines
245 B
Makefile
Raw Normal View History

2025-02-20 13:43:07 +08:00
default:
@just --list
# Run hoogle
docs:
echo http://127.0.0.1:8888
hoogle serve -p 8888 --local
# Run cabal repl
repl *ARGS:
cabal repl {{ ARGS }}
# Run ghcid -- auto-recompile and run `main` function
run:
ghcid -T :main