home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-05-14 | 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
-