summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-09 16:19:29 +0200
committerDominik Kaiser2024-05-09 16:19:29 +0200
commit8cec16bdb6f980565b29d5b55379e481018753f6 (patch)
tree44749e569e77339b4830c979572563bb88d3c9dd /Makefile
parent7b7f18ebf7636b656788d8f0bfea5ab2662fd8dc (diff)
downloadso_long-8cec16bdb6f980565b29d5b55379e481018753f6.tar.gz
so_long-8cec16bdb6f980565b29d5b55379e481018753f6.zip
Setup basic structure and add basic input handling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 145fc8a..6315601 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
+SRC = main.c init.c loop.c input.c
OBJ_DIR := obj
OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o))