diff --git a/Makefile b/Makefile index 5af3ddb3..6e27cecb 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ RELEASE=1 PREFIX?=/usr/local all: - bash -c "./translate make" debug: - bash -c "./translate make" translations: + bash -c "./translate make" +alltranslations: bash -c "./translate translations" source: tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs