CFLAGS = -Wall -g -O3

all: udp-perf

clean:
	rm -f udp-perf *.pyc

.PHONY: clean all
