This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
markus
/
scripts
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
sudo-build
scripts
/
Makefile
Makefile
97 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
SUBDIRS = cvs update
install:
.for _SUBDIR in ${SUBDIRS}
${MAKE} -C ${_SUBDIR} install
.endfor