From 51d12d5faebd59d1acac306c8762207e5c8d8a93 Mon Sep 17 00:00:00 2001 From: Artsiom Dzenisiuk Date: Sat, 18 Oct 2025 21:31:34 +0200 Subject: [PATCH] Improvement --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index a20d721..1a35b7f 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ ui.o: ui.c util.o: util.c tarball2: deel2.tar.gz -deel2.tar.gz: box.c chart.c main.c ui.c util.c box.h util.h ui.h util.h README.md makefile +deel2.tar.gz: box.c chart.c main.c ui.c util.c box.h chart.h util.h ui.h util.h README.md makefile tar czf $@ $^ clean: