projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
endian: add constant versions.
[ccan]
/
ccan
/
net
/
tools
/
Makefile
1
CFLAGS=-g -Wall -W -I../../..
2
3
test-net: test-net.o net.o noerr.o
4
5
net.o: ../net.c
6
$(COMPILE.c) $(OUTPUT_OPTION) $<
7
8
noerr.o: ../../noerr/noerr.c
9
$(COMPILE.c) $(OUTPUT_OPTION) $<