include ../config.mk

qsort: qsort.cpp
	$(CXX) $(CILKFLAG) $(OPT) $(DBG) $(ARCH) $(TOOL) -o qsort qsort.cpp
