martin modes, and some bugfixes to get them working

This commit is contained in:
2026-02-22 19:38:10 +01:00
parent 16c5bbf28a
commit ba38a51a68
6 changed files with 162 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ CFLAGS = -Wall -O2
LDFLAGS = -lm
TARGET = sstv
SRCS = main.c sstv.c robot36.c image.c wav.c
SRCS = main.c sstv.c robot36.c image.c wav.c martin.c
OBJS = $(SRCS:.c=.o)
$(TARGET): $(OBJS)