X-Git-Url: http://git.onelab.eu/?p=bind_public.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=9bbe3dab703f14128df07f0c81f69cdecafa8804;hp=0000000000000000000000000000000000000000;hb=fd5b3d87b2012ceeb8eddb8e771181ec077a3d52;hpb=971a331d3f966642ef517570559a094f065b3cd8 diff --git a/Makefile b/Makefile new file mode 100644 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