aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b7f8641..3360001 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/10/08 15:45:53 by cacharle #+# #+# #
-# Updated: 2019/11/15 09:19:31 by cacharle ### ########.fr #
+# Updated: 2019/11/20 04:13:32 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -16,10 +16,6 @@ RM = rm -f
CC = gcc
CCFLAGS = -Wall -Wextra -Werror
-ifeq ($(shell uname),Linux)
- CCFLAGS += -D LINUX
-endif
-
NAME = libft.a
SRC = ft_atoi.c ft_bzero.c ft_isalnum.c ft_isalpha.c ft_isascii.c ft_isdigit.c \
ft_isprint.c ft_itoa.c ft_memalloc.c ft_memccpy.c ft_memchr.c \