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