]> Sergey Matveev's repositories - dht-bootstrap.git/blob - Makefile
653e0ac5d21b3cbbfd983297f96289a596a305ae
[dht-bootstrap.git] / Makefile
1 CFLAGS = -g -Wall
2 LDLIBS =
3
4 dht-bootstrap: dht-bootstrap.o
5
6 all: dht-bootstrap
7
8 clean:
9         -rm -f dht-bootstrap dht-bootstrap.o dht.o *~ core