home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / newpop-4.1 / makefile < prev    next >
Makefile  |  1995-02-27  |  291b  |  13 lines

  1. #
  2. # Makefile for NewPop under SAS/C v6.2
  3. # Last update: Loren J. Rittle  Tue Apr 13 20:20:18 1993
  4. #
  5.  
  6. CCFLAGS = data=near strmerge nodebug parms=reg code=near nostkchk ignore=120
  7.  
  8. NewPop: NewPop.c
  9.     $(CC) $(CCFLAGS) NewPop.c LINK SMALLDATA SMALLCODE
  10.  
  11. clean:
  12.     delete force NewPop \#?.o \#?.bak
  13.