util  Diff

Differences From Artifact [053afc7a8f]:

To Artifact [a224223f8c]:


    17     17   post = $(if $(debug),, && strip $@)
    18     18   cc-post = $(post)
    19     19   sc-post = $(post)
    20     20   mc-post = $(post)
    21     21   
    22     22   os = $(shell uname -o)
    23     23   
    24         -ifeq ($(os),Android)
    25         -    l-shmem = -landroid-shmem
    26         -endif
    27         -
    28     24   %: %.c
    29     25   	$(cc) $< -o$@ $(cc-post)
    30     26   
    31     27   %: %.ml
    32     28   	$(mc) $< -o $@ $(mc-post)
    33     29   
    34     30   %: %.scm