From abf87eafcdca47863a1a339a9e7eec98e07a147c Mon Sep 17 00:00:00 2001 From: K3A Date: Mon, 26 Feb 2018 22:45:06 +0100 Subject: [PATCH] Update Makefile Update install rule to require build-simavr and build-parts. That should fix #271. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3591318..a0892f1 100644 --- a/Makefile +++ b/Makefile @@ -23,15 +23,12 @@ build-examples: build-simavr build-parts: build-examples $(MAKE) -C examples/parts RELEASE=$(RELEASE) -install: +install: build-simavr build-parts $(MAKE) -C simavr install RELEASE=$(RELEASE) doc: $(MAKE) -C doc RELEASE=$(RELEASE) -install: - $(MAKE) -C simavr install - clean: $(MAKE) -C simavr clean $(MAKE) -C tests clean -- 2.39.5