Skip to content

Commit

Permalink
Makefile bonus rule relink fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoJesusGata committed Mar 2, 2022
1 parent e05cd2b commit 4751f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: fgata-va <fgata-va@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/11/21 17:33:16 by fgata-va #+# #+# #
# Updated: 2021/10/20 18:01:30 by fgata-va ### ########.fr #
# Updated: 2022/03/02 16:24:14 by fgata-va ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -43,7 +43,7 @@ $(NAME): $(OBJS) $(PRINTOBJS)
ar rc $(NAME) $(OBJS) $(O_OBJS) $(PRINTOBJS)

bonus: $(BONUSOBJS)
$(MAKE) O_OBJS="$(BONUSOBJS)" all
$(MAKE) OBJS="$(OBJS) $(BONUSOBJS)" all

clean:
rm -f $(OBJS)
Expand Down

0 comments on commit 4751f50

Please sign in to comment.