8 lines
108 B
Makefile
8 lines
108 B
Makefile
|
|
installer:
|
||
|
|
cd ..
|
||
|
|
make -f makefile.mak
|
||
|
|
|
||
|
|
qinstaller:
|
||
|
|
cd ..
|
||
|
|
make -f makefile.mak clean qinstall
|