mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
all : gui2 translations
|
|
|
|
clean :
|
|
cd src/libprs500/gui2 && python make.py clean
|
|
|
|
gui2 :
|
|
cd src/libprs500/gui2 && python make.py
|
|
|
|
translations :
|
|
cd src/libprs500 && python translations/__init__.py
|
|
|