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.
-
- # Makefile for all commands.
-
- .SUFFIXES: .exe
-
- g.exe: g
- make g
-
- getpat.exe: getpat
- make getpat
-
- record.exe: record
- make record
-
- reset.exe: reset
- make reset
-
- setpat.exe: setpat
- make setpat
-
- shopat.exe: shopat
- make shopat
-
- staff.exe: staff
- make staff
-