libsecret/build/Makefile.redirect

10 lines
167 B
Makefile

# This redirects all make targets to builddir
all:
$(MAKE) -C $(REDIRECT) all
%:
$(MAKE) -C $(REDIRECT) $@
ifeq ($(MAKEFLAGS), )
JOBARG = -j4
endif
# REDIRECT=build