Userspace component of transparent port forwarding by Jude Nelson
[bind_public.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..9bbe3da
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+all:
+       gcc -g -shared -fPIC -ldl bind_public.c -o bind_public.so
+
+test:
+       gcc -g test.c -o test
+
+clean:
+       rm -f bind_public.so test