Skip to content

Commit 4fb674b

Browse files
committed
maint: fix makefile typo
1 parent c6c19fb commit 4fb674b

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
@@ -64,7 +64,7 @@ matlab_test:
6464

6565
## Install in Octave (locally)
6666
install: ${INSTALLED_PACKAGE}
67-
${INSTALLED_PACKAGE}: ${RELEASE_TARBALL_COMPRESSED}
67+
${INSTALLED_PACKAGE}: ${OCTAVE_RELEASE_TARBALL_COMPRESSED}
6868
$(OCTAVE) --silent --eval "pkg install $<"
6969

7070
## Package release for Octave

0 commit comments

Comments
 (0)