chore: PHONY rule

This commit is contained in:
gbrochar 2024-02-18 02:17:52 +01:00
parent 585f9750df
commit ed45a04df2
1 changed files with 2 additions and 0 deletions

View File

@ -25,3 +25,5 @@ fclean:
rm -rf $(NAME)
re: fclean all
.PHONY: all fast profile profile-fast fclean re