This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
phyus
/
uboot-vybrid_public
Pridať medzi pozorované
8
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
5618332409
Branche
Tagy
master
phyCORE-Vybrid-PD15.1-rc1
vphyCORE-Vybrid-PD15.1-rc1
uboot-vybrid_pu...
/
board
/
MAI
/
bios_emulator
/
scitech
/
bin
/
cdit
cdit
82 B
História
Raw
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
cd $1
PROG=$2
shift 2
rm -f *.lib *.a
$PROG $*
RET=$?
cd ..
exit $RET