From 542ae0113ac850e0d5216c7e2dc4543e66a1237f Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 18 Nov 2019 02:56:38 +0100 Subject: Added rotation, mlx_clear_window feelsgoodman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit