Differences From Artifact [8c92429cd1]:
- File makerules — part of check-in [7ba40af07e] at 2019-07-25 11:06:57 on branch trunk — add nkvd.c and make infra (user: lexi, size: 557) [annotate] [blame] [check-ins using]
To Artifact [77fcbe1814]:
- File makerules — part of check-in [a3ccd193d5] at 2019-08-15 05:45:12 on branch trunk — add kpw source (user: lexi, size: 581) [annotate] [blame] [check-ins using]
29 30 31 32 33 34 35 |
$(sc) $< -o $@ $(sc-post) %.proj: %/makefile cd $* && make $* %.proj: %/make.sh cd $* && ./make.sh |
> > > |
29 30 31 32 33 34 35 36 37 38 |
$(sc) $< -o $@ $(sc-post) %.proj: %/makefile cd $* && make $* %.proj: %/make.sh cd $* && ./make.sh dep/%: make -C dep $* |