Userspace component of transparent port forwarding by Jude Nelson
[bind_public.git] / Makefile
1 all:
2         gcc -g -shared -fPIC -ldl bind_public.c -o bind_public.so
3
4 test:
5         gcc -g test.c -o test
6
7 clean:
8         rm -f bind_public.so test