home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
newpop-4.1
/
makefile
< prev
next >
Wrap
Makefile
|
1995-02-27
|
291b
|
13 lines
#
# Makefile for NewPop under SAS/C v6.2
# Last update: Loren J. Rittle Tue Apr 13 20:20:18 1993
#
CCFLAGS = data=near strmerge nodebug parms=reg code=near nostkchk ignore=120
NewPop: NewPop.c
$(CC) $(CCFLAGS) NewPop.c LINK SMALLDATA SMALLCODE
clean:
delete force NewPop \#?.o \#?.bak