home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / EXTRA-ST / CPM-80-E / CPM-0.2 / CPM-0 / cpm-0.2 / z80-sources / libutl / Makefile < prev    next >
Encoding:
Makefile  |  1994-06-06  |  180 b   |  16 lines

  1. TARGETS=libutl.com
  2.  
  3. ASM=cpm m80
  4. LNK=cpm l80
  5.  
  6. %.rel: %.mac
  7.     $(ASM) =$<
  8.  
  9. all: $(TARGETS)
  10.  
  11. clean:
  12.     rm -f *~ *.rel $(TARGETS)
  13.  
  14. libutl.com: libutl.rel
  15.     $(LNK) libutl,mylib/s,libutl/n/e
  16.