Metropoli BBS
VIEWER: getpat MODE: TEXT (ASCII)
# 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 getpat.exe.

.SUFFIXES:	.c .obj .exe

getpat.obj:	getpat.c mpu.h
	lc -k2 -ml getpat

getpat.exe:	getpat.obj mpu.lib
	link \osm\lbin\lc\l\c getpat,getpat,nul,mpu \osm\lbin\lc\l\lc
[ RETURN TO DIRECTORY ]