Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
rarce
/
kilo-editor
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Keine Beschreibung
3
Commits
1
Branch
Struktur:
96e1cf0b93
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „96e1cf0b93“
${ noResults }
kilo-editor
/
Makefile
Makefile
91B
Verlauf
Originalformat
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