From 9209cbf1991bbc373d0101699d6a0437474dab4a Mon Sep 17 00:00:00 2001 From: Corwin Date: Sun, 24 Jul 2022 21:35:28 +0100 Subject: [PATCH] add build hyperspace --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index cdc3097a..aef7fbc8 100644 --- a/justfile +++ b/justfile @@ -42,6 +42,7 @@ ci: build-debug clippy test build-release test-release doctest-agb build-roms bu build-roms: just _build-rom "examples/the-purple-night" "PURPLENIGHT" just _build-rom "examples/the-hat-chooses-the-wizard" "HATWIZARD" + just _build-rom "examples/hyperspace-roll" "HYPERSPACE" just _build-rom "book/games/pong" "PONG"