summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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