

# Test the named pipe feature of ACE/gr
#

npipe: npipe.c xmgrpipe.c
	cc -g  -o npipe npipe.c xmgrpipe.c -lm

