SECCOMP example
[mirrors/Programs.git] / c / troll23 / Makefile
CommitLineData
95cee86b
H
1proj=troll23
2
3unexport LD_PRELOAD
4$(proj).so: $(proj).c
5 $(CC) -shared -fPIC -ldl $? -o $@
6 # To test:
7 # export LD_PRELOAD=$(PWD)/$@
8 # touch /tmp/deleteme; rm /tmp/deleteme
This page took 0.084449 seconds and 4 git commands to generate.