add zip/unzip job

This commit is contained in:
2025-08-26 18:37:56 +02:00
parent 97b48199c7
commit 8f397bac9c

View File

@@ -11,3 +11,9 @@ show:
convert:
magick after.bmp after.png # for showing image in pdf
zip:
zip handin.zip before.bmp main.pdf Makefile main.c bitmap.h bitmap.c
unzip:
unzip handin.zip -d handin