chore: PHONY rule
This commit is contained in:
parent
585f9750df
commit
ed45a04df2
|
@ -25,3 +25,5 @@ fclean:
|
|||
rm -rf $(NAME)
|
||||
|
||||
re: fclean all
|
||||
|
||||
.PHONY: all fast profile profile-fast fclean re
|
||||
|
|
Loading…
Reference in New Issue