minor changes
This commit is contained in:
parent
4592bbeec0
commit
05dc32471f
4
Makefile
4
Makefile
@ -6,7 +6,7 @@
|
||||
# By: achubuko <marvin@42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/12/02 21:33:22 by achubuko #+# #+# #
|
||||
# Updated: 2023/12/02 21:48:05 by achubuko ### ########.fr #
|
||||
# Updated: 2023/12/02 23:31:19 by achubuko ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -45,4 +45,4 @@ ofiles = $(foreach f, $(cfiles), $(subst .c,.o,$f))
|
||||
%.o: %.c %.h
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
$(NAME): $(ofiles)
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $(LOADLIBES) $(LDLIBS) $@ $^
|
||||
|
@ -6,7 +6,7 @@
|
||||
# By: achubuko <marvin@42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/12/02 22:04:03 by achubuko #+# #+# #
|
||||
# Updated: 2023/12/02 23:06:56 by achubuko ### ########.fr #
|
||||
# Updated: 2023/12/02 23:31:12 by achubuko ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
NAME := test_ft_utils
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user