From a2a8e8dd046678816c3797cb894b20abfe84e360 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 21 Dec 2024 13:19:48 +0530 Subject: Fix issue with pointer coordinates + Add mouse press/release actions --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 4e4ff2d..6d634b1 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,8 @@ test *args: cabal test {{args}} testw *args: - nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main' + # nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main' + nodemon -e .hs -w src -w specs --exec 'clear && just test {{args}}' build: nix build -- cgit v1.3.1