qprofdiff: main.cpp
	$(CXX) $(CXXFLAGS) main.cpp -o qprofdiff

all: qprofdiff

clean:
	rm -f qprofdiff
