blob: 27993c4259dbfc0c8df16465af56a4daa2eacdd2 (
plain)
1
2
3
4
5
6
7
8
9
|
SUBDIRS = en
mostlyclean-generic:
-rm -f *~ \#* .*~ .\#*
maintainer-clean-generic:
-@echo "This command is intended for maintainers to use;"
-@echo "it deletes files that may require special tools to rebuild."
-rm -f Makefile.in
|