Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
rarce
/
kilo-editor
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Nenhuma descrição
3
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de master
${ noResults }
kilo-editor
/
Makefile
Makefile
91B
Link permanente
Histórico
Original
1
2
3
4
5
6
7
all: kilo
kilo: kilo.c
$(CC) -o kilo kilo.c -Wall -W -pedantic -std=c99
clean:
rm kilo