/brief.mk

Brief command output for your Makefile commands

Primary LanguageMakefileMIT LicenseMIT

brief.mk

Brief command output for your Makefile commands

install

with bpkg:

$ bpkg install jwerle/brief.mk

with curl:

$ curl https://raw.githubusercontent.com/jwerle/brief.mk/master/brief.mk -o brief.mk

with wget:

$ wget https://raw.githubusercontent.com/jwerle/brief.mk/master/brief.mk

usage

## commands to make brief
BREIFC = CC
-include brief.mk

SRC = beep.c boop.c
OBJS = $(SRC:.c=.o)

$(OBJS):
  $(CC) $(CFLAGS) $(@:.o=.c) -o $(@)
  CC beep.o
  CC boop.o

license

MIT