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