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 fc189e1 commit fa0a6d1Copy full SHA for fa0a6d1
Makefile
@@ -60,9 +60,9 @@ package:
60
ifeq ($(OS),Windows_NT)
61
@powershell -Command "7z a -ttar temp.tar build\bin\*; 7z a -tgzip llama.tar.gz temp.tar;"
62
else ifeq ($(shell uname -s),Linux)
63
- @tar -czvf llama.tar.gz build\bin;
+ @tar -czvf llama.tar.gz build/bin;
64
else
65
66
endif
67
68
# run-e2e-test:
0 commit comments