From 93594e31acfa50fdcb93d7dad7233c71f6222471 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 22 Mar 2020 14:20:24 +0100 Subject: Removed bloat --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae460b6..21eebd3 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,8 @@ SRCS_NAME += ft_draw_weapons_extra.c SRCS_NAME += ft_draw_handweap.c SRCS_NAME += ft_switch_weapons.c SRCS_NAME += ft_init_weaps.c +SRCS_NAME += ft_check_missing_defines.c +SRCS_NAME += ft_check_missing_sfx.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# @@ -155,7 +157,6 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic -CFLAGS += -march=ivybridge -O2 -pipe #--------------------------------------------------------------------------------------------------# ifdef DEBUG CFLAGS += ${DBG} -- cgit v1.2.3