mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 21:03:59 +02:00
init
This commit is contained in:
commit
4937dbfde4
13 changed files with 169 additions and 0 deletions
10
software/Makefile
Normal file
10
software/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
all: edubrm mainUi.py resources.py
|
||||
|
||||
mainUi.py: main.ui
|
||||
pyuic4 main.ui -o mainUi.py
|
||||
|
||||
resources.py:
|
||||
pyrcc4 resources.qrc -o resources_rc.py
|
||||
|
||||
clean:
|
||||
rm -f *.pyc modules/*.pyc mainUi.py resources_rc.py
|
Loading…
Add table
Add a link
Reference in a new issue