Skip to content

Commit

Permalink
Add remove .pot, .po, .mo files to make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 5, 2013
1 parent fb1dc69 commit 44796ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ clean:
rm -Rf `find . -name "*.deb"`
rm -f index.html
rm -f i-nex.run
rm -f src/i-nex/.lang/*.pot
rm -f src/i-nex/.lang/*.po
rm -f src/i-nex/.lang/*.mo
rm -Rf src/i-nex/.gambas
rm -Rf debian/files
rm -Rf debian/i-nex
Expand Down

0 comments on commit 44796ac

Please sign in to comment.