From 8988daf8cab3e3078f76106ac18ccce33950d575 Mon Sep 17 00:00:00 2001 From: K3A Date: Mon, 26 Feb 2018 22:51:21 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0892f1..9109fb8 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build-examples: build-simavr build-parts: build-examples $(MAKE) -C examples/parts RELEASE=$(RELEASE) -install: build-simavr build-parts +install: build-parts $(MAKE) -C simavr install RELEASE=$(RELEASE) doc: -- 2.39.5