From 5efab89ed7a1a6b59af6ba02340ec42569efa7b2 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 17 Apr 2025 08:56:28 -0700 Subject: [PATCH] Use uxnmin --- .build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 1ab5659..79e464e 100644 --- a/.build.yml +++ b/.build.yml @@ -5,12 +5,12 @@ oauth: pages.sr.ht/PAGES:RW environment: SITE: rabbits.srht.site/nasu sources: - - https://git.sr.ht/~rabbits/uxn11 + - https://git.sr.ht/~rabbits/uxnmin - https://git.sr.ht/~rabbits/nasu tasks: - prepare: | - xxd -r -p uxn11/etc/utils/drifloon.rom.txt drifloon.rom - cc -DNDEBUG -O2 -g0 -s uxn11/src/uxnmin.c -o uxnmin + xxd -r -p uxnmin/etc/utils/drifloon.rom.txt drifloon.rom + cc -DNDEBUG -O2 -g0 -s uxnmin/src/uxnmin.c -o uxnmin - assemble: | cat nasu/src/nasu.tal nasu/src/manifest.tal nasu/src/assets.tal | uxnmin drifloon.rom > nasu.rom - upload: |