home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd2.lzh / TAR / makefile next >
Makefile  |  1990-05-12  |  91b  |  9 lines

  1. CFLAGS=-qgit=/r0
  2. CC=cc
  3.  
  4. tar: tar.c
  5.      $(CC) $(CFLAGS) -fd=tar tar.r
  6.      @attr tar -ea
  7.  
  8.  
  9.