This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
phyus
/
linux-vybrid_public
Urmărește
8
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
f039dfb51b
Ramuri
Etichete
master
phyCORE-Vybrid-PD15.1-rc1
vphyCORE-Vybrid-PD15.1-rc1
linux-vybrid_pu...
/
Documentation
/
arm
/
SH-Mobile
/
Makefile
Makefile
77 B
Istoric
Crud
1
2
3
4
5
6
7
8
BIN := vrl4
.PHONY: all
all: $(BIN)
.PHONY: clean
clean:
rm -f *.o $(BIN)