util  Diff

Differences From Artifact [e4660982d8]:

To Artifact [0ee772709b]:


     1      1   include ../makerules
     2      2   
     3      3   cdeps = compose.c iaia.c tbl.c
     4      4   cpaths = $(cdeps:%=$(root)/clib/%)
     5      5   
     6      6   $(root)/kpw: kpw.c opt.inc err.inc $(cpaths)
     7         -	$(cc) -I$(root) $< -lsodium $(l-shmem) -o $@ $(flags) $(cc-post)
            7  +	$(cc) -I$(root) $< -lsodium -o $@ $(flags) $(cc-post)
     8      8   
     9      9   tab = cat $< | awk -v emit=$1 -F'\t+' -f $<.awk >> $@
    10     10   
    11     11   opt.inc: optab optab.awk
    12     12   	:>$@
    13     13   	$(call tab,cond)
    14     14   	$(call tab,enum)