From 16adefc98106a7f401a00864122f65f64305ecce Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 30 Apr 2026 19:07:38 +0200 Subject: Refactor crosshair --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0eee797..57b58db 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 player.c +SOURCES := main.c map.c game.c player.c interface.c ifeq ($(SYSTEM), linux_amd64) LDFLAGS += -lX11 -- cgit v1.2.3