We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae004f1 commit 1fa9d01Copy full SHA for 1fa9d01
1 file changed
Makefile
@@ -316,7 +316,7 @@ build-binary-macosx: build-directory
316
OS_VERSION=$$(sw_vers -productVersion); \
317
tar -czf Allure_$${LH_VERSION}_macosx-$${OS_VERSION}-amd64.tar.gz AllureOfTheStars
318
319
-build-directory-vty: configure-binary-v2-vty build-binary-v2 copy-binary copy-directory
+build-directory-vty: configure-binary-v2-vty build-binary-v2 copy-directory copy-binary
320
321
build-binary-screen-reader-ubuntu: build-directory-vty
322
AllureOfTheStars/Allure --version > /dev/null; \
0 commit comments