diff options
Diffstat (limited to 'list/Makefile')
| -rw-r--r-- | list/Makefile | 5 |
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 |