Fixes.
h3rald h3rald@h3rald.com
Fri, 31 Jul 2026 15:15:18 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
Makefile
→
Makefile
@@ -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