🔨」 fix(Makefile): fixed rm missing the -f flag for fclean + added tester

This commit is contained in:
y-syo
2025-12-06 17:44:10 +01:00
parent f6ad491a44
commit 388aebd819

View File

@@ -33,7 +33,8 @@ clean:
fclean: clean fclean: clean
rm $(NAME) rm -f $(NAME)
rm -f $(t_NAME)
re: fclean re: fclean
$(MAKE) -s all $(MAKE) -s all