scottie modes added ; with dayton paper copy

This commit is contained in:
2026-02-23 12:37:05 +01:00
parent ba38a51a68
commit 966c15cffb
9 changed files with 231 additions and 20 deletions

View File

@@ -2,8 +2,8 @@ CC = gcc
CFLAGS = -Wall -O2
LDFLAGS = -lm
TARGET = sstv
SRCS = main.c sstv.c robot36.c image.c wav.c martin.c
TARGET = e36
SRCS = main.c sstv.c robot36.c image.c wav.c martin.c scottie.c
OBJS = $(SRCS:.c=.o)
$(TARGET): $(OBJS)