all:
	g++ -o ppt main.cpp hashbits.cpp ktable.cpp hashtable.cpp parsers.cpp subset.cpp

clean:
	rm ppt
