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 32 33 33 safekill: safekill.c 34 34 $(cc) $< -lX11 -o$@ $(cc-post) 35 35 36 36 xpriv: xpriv.c 37 37 $(cc) $< -lrt -lutil -lX11 -o $@ $(cc-post) 38 38 39 -kpw.bin: kpw/makefile 39 +kpw.bin: kpw/makefile kpw 40 40 $(MAKE) root=$(realpath .) flags=$(kpw-flags) -C kpw $(realpath .)/$@ 41 41 42 42 .PHONY: kpw