aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b011bf5..a7df563 100644
--- a/Makefile
+++ b/Makefile
@@ -20,12 +20,15 @@ export SIGNTOOL_PREFIX
examples:
$(MAKE) -C examples DPP_ROOT=$(realpath $(DPP_ROOT)) all
+ $(MAKE) -C examples DPP_ROOT=$(realpath $(DPP_ROOT)) BUILD_NATIVE=1 all
examples-clean:
$(MAKE) -C examples DPP_ROOT=$(realpath $(DPP_ROOT)) clean
+ $(MAKE) -C examples DPP_ROOT=$(realpath $(DPP_ROOT)) BUILD_NATIVE=1 clean
examples-install:
$(MAKE) -C examples DPP_ROOT=$(realpath $(DPP_ROOT)) install
+ $(MAKE) -C examples DPP_ROOT=$(realpath $(DPP_ROOT)) BUILD_NATIVE=1 install
deps:
$(MAKE) -C $(DPP_ROOT) -f Makefile.deps \