summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-09 18:21:30 +0200
committerDominik Kaiser2024-05-09 18:21:30 +0200
commite2c309d1bec9fb18e39d453a1dfdccfa877f5633 (patch)
treef258e00f7d4ad7bc9c20f9a4d3d7628d8bd25731 /Makefile
parent14ffe0479dc33cb5ed96f85535f84fa91d56c48b (diff)
downloadso_long-e2c309d1bec9fb18e39d453a1dfdccfa877f5633.tar.gz
so_long-e2c309d1bec9fb18e39d453a1dfdccfa877f5633.zip
Outsource drawing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6315601..f220f29 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LIBS = -Llibft -lft -lm -Lmlx -lmlx
FRMWRKS = -framework OpenGL -framework AppKit
VPATH := src
-SRC = main.c init.c loop.c input.c
+SRC = main.c init.c loop.c input.c draw.c
OBJ_DIR := obj
OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o))