mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
improved [check] target
This commit is contained in:
parent
e0e373e695
commit
fa63e5f87a
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -44,7 +44,11 @@ help :
|
|||
|
||||
check :
|
||||
python3 scripts/update-version.py
|
||||
@echo "Current release:" $$(cat ./release)
|
||||
cut -f1 version > version.tmp
|
||||
mv -vf version.tmp version
|
||||
@echo "Firefox version : " $$(cat version)
|
||||
@echo "LibreWolf release : " $$(cat release)
|
||||
@echo ""
|
||||
|
||||
|
||||
update :
|
||||
|
|
Loading…
Reference in a new issue