progs=getopt-simple vector-fill-find-11
CXXFLAGS=-Wall -O2 -g

all: $(progs)

clean:
	-rm -f $(progs)

.PHONY: all clean
