Skip to content

Commit 33960ae

Browse files
author
FSL User
committed
Don't hide common clean
1 parent a4698cf commit 33960ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ all: ${SCRIPTS}
1717
$(SCRIPTS): %: %.in FORCE
1818
sed -e "s/@GIT_SHA1@/${GIT_SHA1}/" -e "s/@GIT_DATE@/${GIT_DATE}/" $< >$@
1919

20-
clean:
21-
rm ${SCRIPTS}
20+
clean: myclean
21+
22+
myclean:
23+
rm -f ${SCRIPTS}
2224

2325
FORCE:
2426

0 commit comments

Comments
 (0)