### Generic directives for command
include $(GOROOT)/src/Make.inc

### Set TARG and GOFILES for this particular directory
TARG=echoclient
GOFILES=\
	echoclient.go\

include $(GOROOT)/src/Make.cmd

## You probably don't want to do this command
official: $(TARG)
	cp -p $(TARG) ../official
