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

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

View File

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