33a5ebd7e085bbea47d44991e007f5cf26e0c77d
[mirrors/Programs.git] / Makefile
1 proj=cano
2
3 unexport LD_PRELOAD
4 $(proj).so: $(proj).c
5 $(CC) -shared -fPIC -ldl $? -o $@
This page took 0.222345 seconds and 3 git commands to generate.