From 257d627fe7b90949371c854c1a0db00f13285637 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 1 May 2023 00:01:02 +0200 Subject: [PATCH] Add cleanup --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 342ae2c..7b671f0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -.PHONY: build +.PHONY: clean build build: - 7z a -pmalte -mhe=on "lite.apbx" ./src/* \ No newline at end of file + 7z a -pmalte -mhe=on "lite.apbx" ./src/* + +clean: + rm lite.apbx \ No newline at end of file