The little things give you away... A collection of various small helper stuff
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

.make-and-exec-Makefile 127 B

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