.PHONY: default build test clean

default: build test clean

PYTHON=python

build:

test:
	${PYTHON} sendrecv.py

clean: