Commit 8988daf8cab3e3078f76106ac18ccce33950d575
authorK3A <root@k3a.me>
Mon, 26 Feb 2018 21:51:21 +0000 (22:51 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 21:51:21 +0000 (22:51 +0100)
Makefile

index a0892f19865e14154d9b8e26474a40501c11b357..9109fb8111be05fbf921728dbc6213c9ed864518 100644 (file)
--- 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: