summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-09-03 21:43:17 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-09-03 21:43:17 +0200
commit892305380798ea5f838328ca0354d4caa6033750 (patch)
treeaa23f3bd8563432706e2e0e9e0edf4508bd1382a /Makefile
parentMerge pull request '1.0.17.0-beta' (#3) from dev into master (diff)
parentodstranil matomo, je delal težave pri nalaganju vsebine (diff)
downloadbeziapp-892305380798ea5f838328ca0354d4caa6033750.tar
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.gz
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.bz2
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.lz
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.xz
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.zst
beziapp-892305380798ea5f838328ca0354d4caa6033750.zip
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