@@ -19,11 +19,11 @@ install_deps:
19
19
if [[ " $( shell uname) " == " Darwin" ]]; then cd ./lib/macos_amd64 && ./install_deps && cd .. ; else cd ./lib/linux_x86_64 && ./install_deps && cd ..; fi
20
20
21
21
build :
22
- echo " ⚒️ Initiating gitconvex build"
23
- echo " 🗑️ Cleaning up old directories"
24
- rm -rf ui/ dist/ build/
25
- echo " ⏬ Cloning gitconvex react repo"
26
- git clone -q https://github.com/neel1996/gitconvex-ui.git ui/ && \
22
+ @ echo " ⚒️ Initiating gitconvex build"
23
+ @ echo " 🗑️ Cleaning up old directories"
24
+ @ rm -rf ui/ dist/ build/
25
+ @ echo " ⏬ Cloning gitconvex react repo"
26
+ @ git clone -q https://github.com/neel1996/gitconvex-ui.git ui/ && \
27
27
cd ui && \
28
28
echo " ⏳ Installing UI dependencies..." && \
29
29
npm install --silent && \
@@ -43,11 +43,11 @@ build:
43
43
go build -v -a -o ./dist && \
44
44
echo " Gitconvex build completed!" && \
45
45
mv ./dist/gitconvex-server ./dist/gitconvex
46
- echo " Installing libs"
46
+ @ echo " Installing libs"
47
47
$(MAKE ) install_deps
48
- echo "✅ Gitconvex Build Completed successfully!"
49
- echo "📬 Use ./dist/gitconvex to start Gitconvex on port 9001"
50
- echo "📬 Try ./dist/gitconvex --port PORT_NUMBER to run gitconvex on the desired port"
48
+ @ echo " ✅ Gitconvex Build Completed successfully!"
49
+ @ echo " 📬 Use ./dist/gitconvex to start Gitconvex on port 9001"
50
+ @ echo " 📬 Try ./dist/gitconvex --port PORT_NUMBER to run gitconvex on the desired port"
51
51
test :
52
52
go test -tags static -v ./...
53
53
start :
0 commit comments