From 6a4c782f6a0f0146e8ff08be4f1d211b7f3aa691 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 18 Mar 2021 17:04:18 +0400 Subject: =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=207=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D1=83=20=D0=B2=20=D1=81=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D0=BA=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- list/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'list/Makefile') diff --git a/list/Makefile b/list/Makefile index 4a9376f..105500b 100644 --- a/list/Makefile +++ b/list/Makefile @@ -21,4 +21,7 @@ test15: task15 @printf "Answer: 1\n" clean: - rm task.out + rm -f task.out *.zip + +archive: clean + zip archive.zip *.cpp *.h -- cgit v1.2.3