From e62a6771948fce7d384dea3518504dfb10515a6d Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Tue, 26 Aug 2025 19:39:02 +0200 Subject: [PATCH] nit2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 30c8027..dd25390 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ show: run convert: run magick after.bmp after.png # for showing image in pdf -zip: before.bmp main.pdf Makefile main.c bitmap.h bitmap.c - zip handin.zip before.bmp main.pdf Makefile main.c bitmap.h bitmap.c +zip: before.bmp main.pdf ../Makefile main.c bitmap.h bitmap.c + zip handin.zip before.bmp main.pdf ../Makefile main.c bitmap.h bitmap.c unzip: handin.zip unzip handin.zip -d handin