index
:
filo
appgraphics
A port of the kilo text editor to Fortran
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 13620cc18be2b2f54ef4316b70b19cba1e6a9f7e (
plain
)
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