This website works better with JavaScript.
Home
Explore
Help
Sign In
rarce
/
kilo-editor
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
3
Commits
1
Branch
Tree:
96e1cf0b93
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '96e1cf0b93'
${ noResults }
kilo-editor
/
Makefile
Makefile
91B
History
Raw
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