From 7822a3da69ead2570edaea2522fccc7699212c1c Mon Sep 17 00:00:00 2001 From: Artsiom Dzenisiuk Date: Sat, 18 Oct 2025 21:32:52 +0200 Subject: [PATCH] Improvement, but improved. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1a35b7f..213d4f9 100644 --- a/makefile +++ b/makefile @@ -16,4 +16,4 @@ deel2.tar.gz: box.c chart.c main.c ui.c util.c box.h chart.h util.h ui.h util.h tar czf $@ $^ clean: - rm *.o main + rm -f *.o main