.make-and-exec-binaries/%: %.c .%-test mkdir -p .make-and-exec-binaries $(CC) -O3 -o $@ $< $(CFLAGS) ./.$(notdir $(@))-test