Skip to content

Commit 0792653

Browse files
committed
Add upgrade to the build instructions.
Signed-off-by: Karolis Petrauskas <[email protected]>
1 parent d594011 commit 0792653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ PREFIX=$(OPAM_SWITCH_PREFIX)
1717

1818
all: build
1919

20-
opam-update: # Update the package lists.
20+
opam-update: # Update the package lists and install updates.
2121
opam update
22+
opam upgrade
2223

2324
opam-deps:
2425
opam install ./ --deps-only --yes --working-dir

0 commit comments

Comments
 (0)