Differences From Artifact [ca4a818574]:
- File makefile — part of check-in [0d4aa1c43a] at 2022-10-27 20:04:19 on branch trunk — add soda (user: lexi, size: 956) [annotate] [blame] [check-ins using]
To Artifact [6698dd488b]:
- File makefile — part of check-in [ba636ffe3d] at 2026-05-22 11:58:06 on branch trunk — fix bugs found by qwen3.6-35a3b (user: lexi, size: 960) [annotate] [blame] [check-ins using]
32 33 34 35 36 37 38 39 40 41 42 |
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 |
| |
32 33 34 35 36 37 38 39 40 41 42 |
safekill: safekill.c
$(cc) $< -lX11 -o$@ $(cc-post)
xpriv: xpriv.c
$(cc) $< -lrt -lutil -lX11 -o $@ $(cc-post)
kpw.bin: kpw/makefile kpw
$(MAKE) root=$(realpath .) flags=$(kpw-flags) -C kpw $(realpath .)/$@
.PHONY: kpw
|