#
# Makefile for SType
#
cf =
lf =
af =
#
# The real make stuff
#
SType: SType.o ArgR.o
	blink ArgR.o+SType.o to SType lib lib:lcr.lib $(lf)
SType.o: SType.c
	lc $(cf) -v -cms SType
ArgR.o: Arg.asm
	asm $(af) -iINCLUDEASM: -dCLI -dRESIDENT -oArgR.o Arg.asm
