#!/bin/sh make gcc main.c libft_malloc.so -o malloc_test.out LD_LIBRARY_PATH=. LD_PRELOAD=./libft_malloc.so ./malloc_test.out