diff --git a/malloc/run.sh b/malloc/run.sh deleted file mode 100644 index 19faa239..00000000 --- a/malloc/run.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -export DYLD_LIBRARY_PATH=. -export DYLD_INSERT_LIBRARIES="libft_malloc.so" -export DYLD_FORCE_FLAT_NAMESPACE=1 -$@