Mercurial
>
hg
>
cline
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: Makefile
Makefile
changeset 0
518bfd1cc1e8
child 1
34a5e235d16e
equal
deleted
inserted
replaced
-1:000000000000
0:518bfd1cc1e8
1
CC = gcc
2
3
cline: cline.c
4
${CC} -o cline -std=c99 cline.c