mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-02 10:10:19 -05:00
15 lines
264 B
Makefile
15 lines
264 B
Makefile
all : gui2 translations
|
|
|
|
clean :
|
|
cd src/libprs500/gui2 && python make.py clean
|
|
|
|
gui2 :
|
|
cd src/libprs500/gui2 && python make.py
|
|
|
|
test : gui2
|
|
cd src/libprs500/gui2 && python make.py test
|
|
|
|
translations :
|
|
cd src/libprs500 && python translations/__init__.py
|
|
|