A non-trivial example of how to use user contexts for trivial scheduling.
[mirrors/Programs.git] / c / troll23 / Makefile
index d09d74ffb20fb1686d3083359b0ef4ce689c1465..c1d53dc649f5738d3688c038ac08832d720c9763 100644 (file)
@@ -6,3 +6,12 @@ $(proj).so: $(proj).c
        # To test:
        # export LD_PRELOAD=$(PWD)/$@
        # touch /tmp/deleteme; rm /tmp/deleteme
+       # Or:
+       # make go
+       # make ssh
+
+go: test $(proj).so
+       LD_PRELOAD=$(PWD)/$(proj).so ./test
+
+ssh: $(proj).so
+       LD_PRELOAD=$(PWD)/$(proj).so ./sshkeys.sh
This page took 0.113374 seconds and 4 git commands to generate.