aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-18 02:56:38 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-18 02:56:38 +0100
commit542ae0113ac850e0d5216c7e2dc4543e66a1237f (patch)
tree3f51675d7d90be60f5e9e5045746325c58370566 /Makefile
parent975ec3edd112c1a7908c0d97dc49592a22076b71 (diff)
downloadcub3d-542ae0113ac850e0d5216c7e2dc4543e66a1237f.tar.gz
cub3d-542ae0113ac850e0d5216c7e2dc4543e66a1237f.tar.bz2
cub3d-542ae0113ac850e0d5216c7e2dc4543e66a1237f.zip
Added rotation, mlx_clear_window feelsgoodman
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18e2181..f529a12 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ SRC = main.c event.c parse/parse.c parse/parse_east_texture.c \
parse/parse_north_texture.c parse/parse_south_texture.c \
parse/parse_west_texture.c parse/parse_ceilling_color.c \
parse/parse_floor_color.c parse/parse_resolution.c \
- parse/parse_sprite_texture.c graphics.c
+ parse/parse_sprite_texture.c graphics.c linear_algebra.c
OBJ = $(SRC:.c=.o)
INCLUDE = cub3d.h