Differences From Artifact [6fa77053ea]:
- File makefile — part of check-in [a3ccd193d5] at 2019-08-15 05:45:12 on branch trunk — add kpw source (user: lexi, size: 735) [annotate] [blame] [check-ins using]
To Artifact [69ff088193]:
- File makefile — part of check-in [c29fe4718a] at 2019-10-17 20:03:22 on branch trunk — reorganize dumbass directory structure (user: lexi, size: 735) [annotate] [blame] [check-ins using]
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