join3: join3.c
	gcc -o $@ $^ -lpthread

clean:
	rm -f join3
