Fix clean target to remove dependency files in common.mk

This commit is contained in:
Willem Haffmans 2026-04-15 16:18:30 +02:00
parent 8744763d48
commit e3c6b9b3d2

View File

@ -32,6 +32,7 @@ $(NAME): $(OBJ)
clean:
rm -f $(OBJ)
rm -f $(OBJ:.o=.d)
fclean: clean
rm -f $(NAME)