summaryrefslogtreecommitdiff
path: root/list/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'list/Makefile')
-rw-r--r--list/Makefile5
1 files changed, 4 insertions, 1 deletions
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