home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / tar.shar / Makefile next >
Makefile  |  2009-11-06  |  80b  |  11 lines

  1. CFLAGS= -t=/r0
  2. LFLAGS= -i
  3. CC=cc
  4. BIN=/h0/cmds
  5.  
  6. $(BIN)/tar: tar.r
  7.  
  8. tar.r: tar.c
  9.  
  10.  
  11.