Skip to content

Commit 998d15d

Browse files
committed
Remove make clean
1 parent c99f312 commit 998d15d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,3 @@ endif
9696
.PHONY: fuzzy
9797
fuzzy:
9898
for file in *.po */*.po; do echo $$(msgattrib --only-fuzzy --no-obsolete "$$file" | grep -c '#, fuzzy') $$file; done | grep -v ^0 | sort -gr
99-
100-
101-
.PHONY: clean
102-
clean:
103-
rm *.mo */*.mo

0 commit comments

Comments
 (0)