From 6eb3b99bfb3d43bb0dfc69ac243b2356056c68be Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sat, 31 Dec 2022 11:37:44 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e64465..b9439a0 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ bin/cache_handler.o: src/cache_handler.h src/lib/utils.h src/lib/uri.h src/lib/c bin/async.o: src/async.h src/logger.h -bin/workers.o: src/workers.h src/lib/mpmc.h src/worker/*.h +bin/workers.o: src/workers.h src/lib/mpmc.h src/worker/func.h bin/worker/request_handler.o: src/worker/func.h