creating uxn implementation without global state.

This commit is contained in:
JJ Bliss
2026-04-24 16:33:09 -04:00
parent b11227d947
commit 45fe345074
3 changed files with 794 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ HARE_SOURCES != find . -name '*.ha'
build: build/meadow
run: build
build/meadow
build/meadow factor.rom
build/meadow: $(HARE_SOURCES)
hare build $(LIBS) -o build/meadow src/