all repos — xyw @ 778a5e37cc9a7ea107a0d8d6f09360739fa217e0

A minimal virtual machine and assembler for terminals.

Fixes.
h3rald h3rald@h3rald.com
Fri, 31 Jul 2026 15:15:18 +0200
commit

778a5e37cc9a7ea107a0d8d6f09360739fa217e0

parent

3a0c34d570dfb4304018c8d10f3bedf5a586af5b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -1,6 +1,6 @@

CC = gcc CFLAGS = -Wall -Wextra -g -Os -LDFLAGS = -Wl +LDFLAGS = SOURCES = xyw.c xywasm.c xywrun.c devices/system.c devices/terminal.c devices/clock.c devices/file.c devices/beeper.c OBJS = xyw.o xywasm.o xywrun.o devices/system.o devices/terminal.o devices/clock.o devices/file.o devices/beeper.o