home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / forum16.lzh / SOFTWARE / C / CLEAR / makefile.v7 < prev   
Makefile  |  1991-01-06  |  226b  |  10 lines

  1. NAME=       clear
  2.  
  3. FLAGS=        -ixt=/r0         -bg     # -v=/h0/DEFS  \
  4.                 # -l=/h0/LIB/os9lib.l  # -l=/h0/LIB/curses.l \
  5.                 # -l=/h0/LIB/termlib.l # -w=/h0/LIB \
  6.  
  7. $(NAME):    
  8.         cc $(NAME).c $(FLAGS) -fd=$(NAME) ; attr -e -pe $(NAME)
  9.  
  10.