# If no target is specified, then the first non-default target will be made.

ps: ps.exe	# This is the executable.

ps.exe: ps.obj ps_err.obj lines.obj
	link/notrace/nodebug ps,ps_err,lines

ps.obj: ps.pas
	pascal/nodebug/nolist ps

ps_err.obj: ps_err.msg
	message ps_err

lines.obj: lines.mar
	macro/nodebug/nolist lines
