home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Systemmonitors
/
TaskY
/
Source
/
smakefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-09-27
|
197 b
|
12 lines
# SAS/C 6.2 lmkfile for tasky
# created on Friday 19-Mar-93 20:44:23
# uses SCOPTIONS
OBJS= tasky.o tasklist.o sprintf.o
tasky: $(OBJS)
sc link $(OBJS)
sprintf.o: sprintf.asm
asm sprintf.asm