index
:
gn.git
master
thing1's goat note implementation
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 56da9113c8eae31d9ae487be36f242d3f6f14d10 (
plain
)
1
2
3
4
5
6
7
8
CFLAGS=-ggdb all: gn gn: gn.c cc gn.c -o gn ${CFLAGS} clean: rm gn