Skip to content

Commit 5669a06

Browse files
authored
Merge pull request #275 from k3a/patch-1
Update Makefile
2 parents 40eed1d + 8988daf commit 5669a06

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,12 @@ build-examples: build-simavr
2323
build-parts: build-examples
2424
$(MAKE) -C examples/parts RELEASE=$(RELEASE)
2525

26-
install:
26+
install: build-parts
2727
$(MAKE) -C simavr install RELEASE=$(RELEASE)
2828

2929
doc:
3030
$(MAKE) -C doc RELEASE=$(RELEASE)
3131

32-
install:
33-
$(MAKE) -C simavr install
34-
3532
clean:
3633
$(MAKE) -C simavr clean
3734
$(MAKE) -C tests clean

0 commit comments

Comments
 (0)