add --version to --help

This commit is contained in:
2025-08-24 10:33:46 +02:00
parent 9426f4267b
commit e383f84d29
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ release-arch: clean
gif: build
mkdir -p tmp
for i in {1..50}; do \
./build/margen -w=1920 -h=720 --seed=$$i$$i -o=tmp/image$$i.bmp ; \
./build/$(TARGET) -w=1920 -h=720 --seed=$$i$$i -o=tmp/image$$i.bmp ; \
done
ffmpeg -y -f image2 -framerate 1 -i tmp/image%d.bmp -vf scale=960x360 images/sample.gif
rm -rf tmp