ok i promise i will actually start the rewrite
This commit is contained in:
parent
5b256e74cd
commit
57c6e52f86
18 changed files with 102889 additions and 135 deletions
8
Makefile
8
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue