prepare pour merge

This commit is contained in:
Hugo LAMY
2019-04-16 15:35:16 +02:00
parent 6c4577fafd
commit 301d2ba5fb
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

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