From 18e72e3773935fa7e316ca3d32e1fa49ef58f44d Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 6 Apr 2017 13:39:48 +0200 Subject: Refactor large parts of the program. The new design assures revDNS/WHOIS queries will be done exactly once, no matter how many requests the Schachtmeister gets. This commit also adds cache timeouts. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1fee50d..7062e05 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ PP_CC := $(PP_BOLD)$(shell tput setf 6)CC$(PP_RESET) PP_LD := $(PP_BOLD)$(shell tput setf 2)LD$(PP_RESET) PP_RM := $(PP_BOLD)$(shell tput setf 4)RM$(PP_RESET) -SRC := src/cache.c \ +SRC := src/database.c \ src/lexer.c \ src/lists.c \ src/main.c \ -- cgit