diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-10-17 09:09:41 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-10-17 09:09:41 +0200 |
| commit | 6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7 (patch) | |
| tree | b4ff52e57f5cbef2a4ea578e0401a2b206318d4a /Makefile | |
| parent | 8a4d4c806e9896228f016baa62c5c7e219acf655 (diff) | |
| download | libft-6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7.tar.gz libft-6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7.tar.bz2 libft-6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7.zip | |
More protection
- substr if start > str length
- all list functions check for NULL reference
- not modifying const pointers
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,7 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/10/08 15:45:53 by cacharle #+# #+# # -# Updated: 2019/10/15 14:02:08 by cacharle ### ########.fr # +# Updated: 2019/10/16 14:41:13 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -39,7 +39,6 @@ all: $(NAME) $(NAME): $(OBJ) $(INCLUDE) $(LIB) $(NAME) $(OBJ) -bonus: CCFLAGS += -D LIBFT_BONUS bonus: $(OBJ) $(BONUSOBJ) $(INCLUDE) $(LIB) $(NAME) $(OBJ) $(BONUSOBJ) |
