# Makefile for TESTHI program
# Copyright (C) 1991 by Nicholas Wilt.	Freely distributable as long
# as it is not separated from the rest of the Extended Memory
# Interface Library distribution.

# options for building TESTHI with Microsoft C have been commented
# out.

# Directory where libraries are
LIB=\tc\lib
#LIB=\c600\lib

testhi.exe: testhi.obj
	 tlink $(LIB)\c0s testhi hi,testhi.exe,,\
			       $(LIB)\cs $(LIB)\maths
#	link /co testhi hi,,,$(LIB)\llibce.lib;

.c.obj:
	tcc -c -ms -v -w-pia $<
#	cl /c /AL /Zi $<
