passtr: passtr.c
	gcc passtr.c -o passtr

clean:
	rm -f passtr
