From 86310aa7486566b3ff7e8ee93d5456ce18e5f9ee Mon Sep 17 00:00:00 2001 From: Ayub Ahmed Date: Mon, 13 Mar 2017 06:03:13 +0600 Subject: [PATCH] titlepic/Makefile: clean only generated t_phase... images within the directory. --- graphics/titlepic/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/titlepic/Makefile b/graphics/titlepic/Makefile index 9aa35854..d060ebd3 100644 --- a/graphics/titlepic/Makefile +++ b/graphics/titlepic/Makefile @@ -25,8 +25,8 @@ fdmtitle.gif: freedm_titlepic.gif cp $@ ../ clean: - rm -f m_dm.gif m_doom.gif fd1title.gif fd2title.gif fdmtitle.gif \ - ../fd1title.gif ../fd2title.gif ../fdmtitle.gif ../t_phase1.gif \ - t_phase1.gif ../t_phase2.gif t_phase2.gif + rm -f m_dm.gif m_doom.gif fd1title.gif fd2title.gif fdmtitle.gif \ + ../fd1title.gif ../fd2title.gif ../fdmtitle.gif t_phase1.gif \ + t_phase2.gif .PHONY: clean