StruthersSort: StruthersSort.c
	gcc -o StruthersSort StruthersSort.c
	
.PHONY: clean
clean:
	rm -f StruthersSort StruthersSort.o
