util  Diff

Differences From Artifact [6fa77053ea]:

To Artifact [69ff088193]:


    25     25   
    26     26   safekill: safekill.c
    27     27   	$(cc) $< -lX11 -o$@ $(cc-post)
    28     28   
    29     29   xpriv: xpriv.c
    30     30   	$(cc) $< -lrt -lutil -lX11 -o $@ $(cc-post)
    31     31   
    32         -kpw: kpw.d/makefile
    33         -	$(MAKE) root=$(realpath .) flags=$(kpw-flags) -C kpw.d $(realpath .)/$@
           32  +kpw.bin: kpw/makefile
           33  +	$(MAKE) root=$(realpath .) flags=$(kpw-flags) -C kpw $(realpath .)/$@
    34     34   
    35     35   .PHONY: kpw