repare parseur avec probleme malloc

This commit is contained in:
Hugo LAMY
2019-04-16 15:32:57 +02:00
parent 98dd7b90c5
commit 6c4577fafd
10 changed files with 53 additions and 41 deletions

View File

@@ -6,14 +6,14 @@
# By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/01 13:24:35 by vmanzoni #+# #+# #
# Updated: 2019/04/15 20:17:47 by vmanzoni ### ########.fr #
# Updated: 2019/04/16 14:05:39 by hulamy ### ########.fr #
# #
# **************************************************************************** #
NAME = fillit
OBJ_DIR = objs/
HEADER = includes/
OBJ_DIR = ./
HEADER = ./
SRCS = *.c
OBJS = $(SRCS:.c=.o)