main shrub/netmisc / col / build.ninja
 1col_cflags = $cflags -Icompat -include compat/netcompat.h
 2
 3build col/col.o: cc col/col.c
 4  cflags = $col_cflags
 5
 6build col/col: link col/col.o compat/libnetcompat.a
 7build col/all: phony col/col
 8build col/install: install1 col/col | col/col.1
 9  bin = col/col
10  name = col
11  man = col/col.1
12  manname = col.1