summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e415395..92544bb 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,9 @@ prepare:
sudo apt install git -y
mkdir -p tmp
rm -rf tmp/bverbose
- cd tmp && git clone https://github.com/sijanec/bverbose && cd bverbose && \
- make prepare && make install
+ cd tmp && git clone https://ni.sijanec.eu/sijanec/bverbose && cd bverbose && \
+ make install
mv tmp/bverbose/bin/* bin/
- rm -rf tmp/bverbose
generate:
#!/bin/bash