@@ -17,9 +17,9 @@ ctl: nkvd.so bgrd # manipulating disobedient software nkvd.so: nkvd.c - $(CC) -fPIC -pie $< -o$@ -Wl,-E -ldl $(nkvd-flags) + $(CC) -fPIC -pie -shared $< -o$@ -Wl,-E -ldl $(nkvd-flags) bgrd: bgrd.c $(cc) $< -lutil -o$@ $(cc-post)