Skip to content

Commit

Permalink
feat: add bonus rule
Browse files Browse the repository at this point in the history
  • Loading branch information
takumihara committed Nov 15, 2022
1 parent 6683b30 commit e80baf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ fclean: clean

re: fclean all

bonus: $(NAME)

norm:
norminette $(SRCS) $(HEADERS)

Expand All @@ -110,4 +112,4 @@ RT=proj2-4
run:
./$(NAME) scenes/$(RT).rt

.PHONY: all bonus clean fclean re
.PHONY: all bonus clean fclean re bonus

0 comments on commit e80baf3

Please sign in to comment.