From 11714ed6c9adc5b6f90bffa1b23d5bb5b2e20bd5 Mon Sep 17 00:00:00 2001 From: Ivan Davydov Date: Sun, 29 Jun 2025 00:08:38 +0300 Subject: Iuj ŝanĝoj... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 796bed8..cb84ff2 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,9 @@ CC = tcc CFLAGS = -Wall #CPPFLAGS = -D UNIX LDLIBS = -lpthread -lrt +FILES = acccre-server.o #acccre-cmdparser.o all: acccre-server -acccre-server: acccre-server.o +acccre-server: $(FILES) clean: rm -f *.o acccre-server -- cgit v1.2.3