diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-04-06 13:39:48 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-04-06 13:39:48 +0200 |
commit | 18e72e3773935fa7e316ca3d32e1fa49ef58f44d (patch) | |
tree | d91006956cc8073b1b50fd30660a886459c6eb03 /Makefile | |
parent | da4626cb5a741a9b7861dd54f8570a00753a5d92 (diff) |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |