add tests
This commit is contained in:
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ all: libft_malloc.so
|
||||
|
||||
exec: $(OBJS_DIR) $(NAME) $(LFT)
|
||||
# $(CC) -o a.out $(FLAGS) main.c $(NAME) $(LFT)
|
||||
$(CC) -o a.out $(FLAGS) main.c -L. -lft_malloc $(LFT) -Wl,-rpath=.
|
||||
$(CC) -o a.out $(FLAGS) tests.c -L. -lft_malloc $(LFT) -Wl,-rpath=.
|
||||
|
||||
libft_malloc.so: $(NAME)
|
||||
ln -sf "$(NAME)" libft_malloc.so
|
||||
|
Reference in New Issue
Block a user