This commit is contained in:
Kovid Goyal 2008-01-07 07:30:28 +00:00
parent 81fb5f852c
commit 341d682a3c

View File

@ -1,14 +1,16 @@
PYTHON = python
all : gui2 translations all : gui2 translations
clean : clean :
cd src/libprs500/gui2 && python make.py clean cd src/libprs500/gui2 && ${PYTHON} make.py clean
gui2 : gui2 :
cd src/libprs500/gui2 && python make.py cd src/libprs500/gui2 && ${PYTHON} make.py
test : gui2 test : gui2
cd src/libprs500/gui2 && python make.py test cd src/libprs500/gui2 && ${PYTHON} make.py test
translations : translations :
cd src/libprs500 && python translations/__init__.py cd src/libprs500 && ${PYTHON} translations/__init__.py