Skip to content

Commit 4095009

Browse files
Merge pull request #1364 from Iximiel/patch-4
Now install target depends on all
2 parents dda450b + 64231f0 commit 4095009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ all_plus_docs:
3232
lib:
3333
$(MAKE) -C src
3434

35-
install:
35+
install: all
3636
$(MAKE) -C src install
3737

3838
uninstall:

0 commit comments

Comments
 (0)