home *** CD-ROM | disk | FTP | other *** search
- # Copyright (C) 1986 by M. J. Shannon, Jr.
- # Permission to distribute for non-commercial uses granted as long as this
- # notice is retained. Violators will be prosecuted.
-
- .SUFFIXES: .c .obj .exe
-
- shopat.obj: shopat.c
- lc -k2 -ml shopat
-
- shopat.exe: shopat.obj
- link \osm\lbin\lc\l\c+shopat ,shopat,nul,\osm\lbin\lc\l\lc
-