scrolling and save/load

This commit is contained in:
2026-08-28 15:44:42 +02:00
parent 76e820926c
commit d8f7ebeaad
9 changed files with 178 additions and 39 deletions

View File

@@ -9,9 +9,10 @@ OBJFILES := $(SRCFILES:%.c=$(BUILDDIR)/%.c.o)
DEPFILES := $(SRCFILES:%.c=$(BUILDDIR)/%.c.d)
CC := gcc
CFLAGS := -Wall -Wextra
CFLAGS := -Wall -Wextra -g
CPPFLAGS := -I src $(shell pkg-config --cflags sdl2)
LDLIBS := $(shell pkg-config --libs sdl2)
LDFLAGS := -g
.PHONY: $(TARGET) all clean
all: $(TARGET)