add: re rule

This commit is contained in:
starnakin 2024-08-29 16:20:03 +02:00
parent 93a824ab30
commit 4f2537b58f

View File

@ -36,4 +36,6 @@ $(NAME) : $(OBJ)
mkdir -p $(BUILDDIR)
$(AR) -rc $(BUILDDIR)/$(NAME) $(OBJ)
.PHONY: clean fclean test all
re: fclean all
.PHONY: clean fclean test all re