mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
10 lines
167 B
Makefile
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
|