very wonky movement implementation
This commit is contained in:
parent
d2155bf27e
commit
0fc07ac95e
6 changed files with 74 additions and 13 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ PREFIX ?= /usr/local
|
|||
CFLAGS := $(CFLAGS) `pkg-config --cflags --libs sdl3`
|
||||
LDFLAGS := $(LDFLAGS) -lm
|
||||
|
||||
SRCS = slutpet.c img.c samply.c
|
||||
SRCS = slutpet.c img.c samply.c sdl.c
|
||||
|
||||
all: slutpet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue