aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-18 16:16:53 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-18 16:16:53 +0100
commit38099c824be637878b7da34cbcd2da8ed7ad0a9a (patch)
treee38a2fe4cedee7135f00700246d8a66b41228cc3 /Makefile
parentMerge branch 'textures_continued' (diff)
download42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.gz
42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.bz2
42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.xz
42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.zst
42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.zip
Ready to merge circles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a89cf8..a120b23 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ SRCS_NAME += ft_free_words.c
SRCS_NAME += ft_map_error.c
SRCS_NAME += ft_init_winlx.c
SRCS_NAME += ft_draw_square.c
+SRCS_NAME += ft_draw_circle.c
SRCS_NAME += ft_draw_map.c
SRCS_NAME += ft_draw_scene.c
SRCS_NAME += ft_basic_keys.c