Skip to content

Commit

Permalink
Removed the 'all' makefile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
abaurens committed Dec 5, 2024
1 parent 98a416d commit 8faa480
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: abaurens <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/12/03 03:51:56 by abaurens #+# #+# #
# Updated: 2024/12/04 13:57:47 by abaurens ### ########.fr #
# Updated: 2024/12/05 21:20:42 by abaurens ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -61,8 +61,6 @@ endif

CFLAGS := -O$(OPTI_LVL) $(CFLAGS)

all: $(NAME)

$(NAME): $(OBJS)
$(LINKER) $(NAME) $(OBJS) $(LDFLAGS)

Expand All @@ -79,6 +77,6 @@ fclean:
$(RM) $(OBJD)
$(RM) $(NAME)

re: fclean all
re: fclean $(NAME)

.PHONY: all clean fclean re debug
.PHONY: clean fclean re debug

0 comments on commit 8faa480

Please sign in to comment.