.PHONY: all threads async

all: threads async

threads:
	/usr/bin/time python threads.py

async:
	/usr/bin/time python async.py
