The little things give you away... A collection of various small helper stuff
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.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