diff options
| author | Dominik Kaiser | 2024-05-09 16:19:29 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-05-09 16:19:29 +0200 |
| commit | 8cec16bdb6f980565b29d5b55379e481018753f6 (patch) | |
| tree | 44749e569e77339b4830c979572563bb88d3c9dd /Makefile | |
| parent | 7b7f18ebf7636b656788d8f0bfea5ab2662fd8dc (diff) | |
| download | so_long-8cec16bdb6f980565b29d5b55379e481018753f6.tar.gz so_long-8cec16bdb6f980565b29d5b55379e481018753f6.zip | |
Setup basic structure and add basic input handling
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
