aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalaaad2 <arthudurant263@gmail.com>2020-03-18 18:59:59 +0100
committersalaaad2 <arthudurant263@gmail.com>2020-03-18 18:59:59 +0100
commit0036fe1e23be842e8baa48162bcdb3bf632b02de (patch)
tree3e457822a4905ef2021d141d3ec7f30b29a8d57a /Makefile
parentbunchoshit (diff)
download42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.tar.gz
42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.tar.bz2
42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.tar.xz
42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.tar.zst
42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.zip
gng
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 09a995d..dd8d982 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,6 @@ SRCS_NAME += ft_sfx_trap.c
SRCS_NAME += ft_sfx_new_level.c
SRCS_NAME += ft_death_screen.c
SRCS_NAME += ft_death_hooks.c
-SRCS_NAME += ft_sort_s_t.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#
@@ -133,7 +132,7 @@ else
CC = gcc
endif
#--------------------------------------------------------------------------------------------------#
-CFLAGS = -std=c99
+CFLAGS = -std=c89
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror