home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / uudecode.t.Z / uudecode.t / Makefile next >
Makefile  |  1990-12-09  |  190b  |  10 lines

  1. CC      =   cc
  2. CFLAGS  =   -xiqt=/DD
  3. ODIR    =   /h0/USR/CMDS
  4.  
  5. $(ODIR)/uue:    uue.r
  6.     $(CC) $(CFLAGS) uue.r -f=$(ODIR)/uue
  7.  
  8. $(ODIR)/uud:    uud.r
  9.     $(CC) $(CFLAGS) uud.r -f=$(ODIR)/uud
  10.