ttcp: ttcp.c
	gcc -O3 ttcp.c -o ttcp

hist: hist.c
	gcc -O3 hist.c -o hist

clean:
	rm -f hist ttcp
