From: K3A Date: Mon, 26 Feb 2018 21:45:06 +0000 (+0100) Subject: Update Makefile X-Git-Tag: v1.7~48^2~1 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=abf87eafcdca47863a1a339a9e7eec98e07a147c;p=sx%2Fsimavr.git Update Makefile Update install rule to require build-simavr and build-parts. That should fix #271. --- 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