ok i promise i will actually start the rewrite

This commit is contained in:
cat 2025-06-30 14:22:24 +10:00
parent 5b256e74cd
commit 57c6e52f86
18 changed files with 102889 additions and 135 deletions

View file

@ -4,12 +4,14 @@ PREFIX ?= /usr/local
CFLAGS := $(CFLAGS) `pkg-config --cflags --libs sdl3`
LDFLAGS := $(LDFLAGS) -lm
SRCS = slutpet.c img.c samply.c sdl.c
SRCS = sp.c
all: slutpet
slutpet: ${SRCS}
slutpet: ${SRCS} s7.o
s7.o: s7.c
.PHONY: clean
clean:
-rm -f slutpet
-rm -f slutpet s7.o