Nano LD_PRELOAD wrapper
[mirrors/Programs.git] / c / cano / old / Makefile
diff --git a/c/cano/old/Makefile b/c/cano/old/Makefile
new file mode 100644 (file)
index 0000000..33a5ebd
--- /dev/null
@@ -0,0 +1,5 @@
+proj=cano
+
+unexport LD_PRELOAD
+$(proj).so: $(proj).c
+       $(CC) -shared -fPIC -ldl $? -o $@
This page took 0.110981 seconds and 4 git commands to generate.