14 lines
247 B
Makefile
14 lines
247 B
Makefile
|
all:
|
||
|
git lfs ls-files
|
||
|
|
||
|
init-lfs:
|
||
|
git lfs install
|
||
|
git lfs track "*.img"
|
||
|
git lfs track "*.img.gz"
|
||
|
git lfs track "*.img.bz2"
|
||
|
git add .gitattributes
|
||
|
|
||
|
add-first-image:
|
||
|
git add VisionFive2/starfive-jh7110-VF2_515_v2.5.0-69.img.bz2
|
||
|
git commit -a
|