From 8f397bac9ce486c87d23b7b0f2bfc158d3f87ecc Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Tue, 26 Aug 2025 18:37:56 +0200 Subject: [PATCH] add zip/unzip job --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index dfe8f0a..967ad44 100644 --- a/Makefile +++ b/Makefile @@ -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