sendfile: added timer for client
[p2p-kernel-protocol.git] / sendfile / client / Makefile
1 FILE=client
2 CFLAGS=-Wall -g
3
4 $(FILE):$(FILE).o
5
6 .PHONY: clean
7 clean:
8         -rm -rf $(FILE) $(FILE).o