Makefile added with Version 2.5
This commit is contained in:
parent
ca5a5970db
commit
54f006bc4e
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# git helper Makefile: Version 2.4 (2025-08-11)
|
# git helper Makefile: Version 2.5 (2025-08-11)
|
||||||
default: help
|
default: help
|
||||||
|
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
@ -64,7 +64,7 @@ init: print_head
|
|||||||
# Install modules
|
# Install modules
|
||||||
#
|
#
|
||||||
echo -e "\033[1;33mInstalling modules to venv in $$BASEPATH...\e[0m"
|
echo -e "\033[1;33mInstalling modules to venv in $$BASEPATH...\e[0m"
|
||||||
for req_file in $$(find $$BASEPATH -name requirements.txt); do
|
for req_file in $$(find -L $$BASEPATH -name requirements.txt 2> /dev/null); do
|
||||||
# echo " $$req_file"
|
# echo " $$req_file"
|
||||||
while read req_mod; do
|
while read req_mod; do
|
||||||
if [[ $$req_mod = *[![:space:]]* ]]; then
|
if [[ $$req_mod = *[![:space:]]* ]]; then
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 5b353abddce1f87600fa13443ca30b04bc60a9e5
|
Subproject commit 94fe584c83a4d141ee4fd652e753d6a4a97d00a8
|
2
loggy
2
loggy
@ -1 +1 @@
|
|||||||
Subproject commit 1c714baefbf35e351a23d7a53480557bd15b9d00
|
Subproject commit a943665c3619aa3eeae506df8305845b1b9e6848
|
@ -1 +1 @@
|
|||||||
Subproject commit ebf2edc282850e96a3d19c03ead516deebfd1d16
|
Subproject commit cff24c42df10d07bccd1e913d6ee2c11d7511d96
|
2
nemo
2
nemo
@ -1 +1 @@
|
|||||||
Subproject commit 1072383a4fc693655a113f26cf8b5f32be55881c
|
Subproject commit 7036c30f33666c4239fb36027894de1ee65af474
|
2
netst
2
netst
@ -1 +1 @@
|
|||||||
Subproject commit 4f16ec22a535e35c6d5f7a2978a21b7abcc3ddd7
|
Subproject commit 16e56d77c18409bc5a2bd03aad5af7d8d8bc67b6
|
2
ptpython
2
ptpython
@ -1 +1 @@
|
|||||||
Subproject commit c82503a4353fb6867889aea9e108aba384a9ac34
|
Subproject commit 83f605d204b25540893e239b7c3776f4d016f6d7
|
2
pyrip
2
pyrip
@ -1 +1 @@
|
|||||||
Subproject commit d0844f74943907726c24ecffdb6bce351eaa900e
|
Subproject commit 4be3f4be304a55863777508cf0dff5bbc39111b9
|
2
starter
2
starter
@ -1 +1 @@
|
|||||||
Subproject commit 8f3ade401ccd9a42b7170be51bb049d69b164a08
|
Subproject commit befa984eacd95c21f0bd9e3f2667d1ee50b17ea9
|
Loading…
x
Reference in New Issue
Block a user