home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Caml Light 0.7 / examples / Makefile next >
Encoding:
Makefile  |  1995-06-17  |  292 b   |  15 lines  |  [TEXT/MPS ]

  1. sub = asl basics calc compress demonstr docteur grep hanoi kb minicaml ∂
  2.       pascal picomach
  3.  
  4. make = do make
  5.  
  6. all ƒ
  7.     for i in {sub}
  8.       directory {i}; {make} all; directory ::
  9.     end
  10.  
  11. clean ƒ
  12.     for i in {sub} colwheel minilogo showsort spirals
  13.       directory {i}; {make} clean; directory ::
  14.     end
  15.