diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-09-03 21:43:17 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-09-03 21:43:17 +0200 |
commit | 892305380798ea5f838328ca0354d4caa6033750 (patch) | |
tree | aa23f3bd8563432706e2e0e9e0edf4508bd1382a /Makefile | |
parent | Merge pull request '1.0.17.0-beta' (#3) from dev into master (diff) | |
parent | odstranil matomo, je delal težave pri nalaganju vsebine (diff) | |
download | beziapp-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-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |