From 5a4aec1442cf06c43e2581128ecd2667ab525ea2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 28 Apr 2026 10:00:50 +0200 Subject: Player movement --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7cd9e3..0eee797 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ LDFLAGS := ./vendor/$(RAYLIB_VER)/lib/libraylib.a -lm GAME := bin/stalag HEXDUMP := bin/hexdump PACKER := bin/packer -SOURCES := main.c map.c game.c +SOURCES := main.c map.c game.c player.c ifeq ($(SYSTEM), linux_amd64) LDFLAGS += -lX11 @@ -47,7 +47,7 @@ $(PACKER): tools/packer.c $(CC) -std=c99 -o $(PACKER) tools/packer.c data: $(PACKER) - $(PACKER) -p data.pak textures maps + $(PACKER) -p data.pak textures maps fonts mkdirs: mkdir -p bin -- cgit v1.2.3