deps tree

This commit is contained in:
Devaev Maxim 2021-01-09 01:03:27 +03:00
parent 8324b55396
commit 310e30fdff

View File

@ -7,7 +7,7 @@ PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
CC ?= gcc
CFLAGS ?= -O3
CFLAGS ?= -O3 -MD
LDFLAGS ?=
RPI_VC_HEADERS ?= /opt/vc/include
@ -179,3 +179,7 @@ clean:
.PHONY: linters
_OBJS = $(_USTR_SRCS:%.c=$(BUILD)/%.o) $(_DUMP_SRCS:%.c=$(BUILD)/%.o)
-include $(_OBJS:%.o=%.d)