booth: booth.c
	cc -o booth booth.c -ldbm
	chmod +s booth

stv: stv.c
	cc -o stv stv.c -ldbm

election: stv
	stv ballots
