implement sendfile client
[p2p-kernel-protocol.git] / sendfile / client / Makefile
diff --git a/sendfile/client/Makefile b/sendfile/client/Makefile
new file mode 100644 (file)
index 0000000..8d5c7ad
--- /dev/null
@@ -0,0 +1,7 @@
+FILE=client
+
+$(FILE):$(FILE).o
+
+.PHONY: clean
+clean:
+       -rm -rf $(FILE) $(FILE).o