From 79c9bedf4f58781cf05831f8bd1696b91eb66eb1 Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Mon, 15 Jul 2024 15:02:01 -0500 Subject: [PATCH] Add default as prerequisite to run in Justfile --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index 897a7c6..36826e2 100644 --- a/Justfile +++ b/Justfile @@ -6,3 +6,6 @@ dev: update: guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock + +run: default + xdg-open ./main.pdf