Skip to content

Commit

Permalink
libft makefile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thifranc committed Nov 30, 2017
1 parent d99969c commit e34b9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
libft.a
*.o
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: thifranc <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2016/02/04 19:24:34 by thifranc #+# #+# #
# Updated: 2017/11/28 19:22:00 by thifranc ### ########.fr #
# Updated: 2017/11/30 15:25:06 by thifranc ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -48,7 +48,6 @@ all: $(NAME)
$(NAME):
@gcc -c $(FLAGS) $(SRC)
@ar rc $(NAME) $(OBJ)
make clean

clean :
@/bin/rm -f $(OBJ)
Expand Down

0 comments on commit e34b9d0

Please sign in to comment.