all: $(BINDIR)/insertion-sort $(BINDIR)/insertion-sort: insertion-sort.c gcc -o $@ $(CFLAGS) $^ .PHONY: all