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:
dcf728a6af
Branche
Tagy
master
phyCORE-Vybrid-PD15.1-rc1
vphyCORE-Vybrid-PD15.1-rc1
uboot-vybrid_pu...
/
tools
/
easylogo
/
Makefile
Makefile
78 B
História
Raw
1
2
3
4
5
6
7
8
CFLAGS += -Wall
all: easylogo
clean:
rm -f easylogo *.o
.PHONY: all clean