Skip to content

Commit abf87ea

Browse files
authored
Update Makefile
Update install rule to require build-simavr and build-parts. That should fix #271.
1 parent 1b6e6ed commit abf87ea

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-simavr 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)