X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=c%2Fcano%2Fold%2FMakefile;fp=c%2Fcano%2Fold%2FMakefile;h=33a5ebd7e085bbea47d44991e007f5cf26e0c77d;hb=d3b2d1a75c5c62e4d7142124162e2deb8273b32b;hp=0000000000000000000000000000000000000000;hpb=b9a41889280efffe1d21fb094e175f0f204ea039;p=mirrors%2FPrograms.git diff --git a/c/cano/old/Makefile b/c/cano/old/Makefile new file mode 100644 index 0000000..33a5ebd --- /dev/null +++ b/c/cano/old/Makefile @@ -0,0 +1,5 @@ +proj=cano + +unexport LD_PRELOAD +$(proj).so: $(proj).c + $(CC) -shared -fPIC -ldl $? -o $@