include ../../header.mk TEST = sorting TITLE = test some sorting algorithms TEST_INPUT = sorting.input EXTRA_CLEANS=$(TEST_INPUT) include ../../footer.mk