From 92a14d375c8cd9dabc32ccb6dcbdf83321af535f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Feb 2023 16:04:35 +0100 Subject: Added config --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30f0335..bbe1cd0 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,8 @@ LDLIBS=\ -lssl -lcrypto \ -ldl -PROGSRC=\ - weblog.cpp - -SRC=$(PROGSRC) +SRC=\ + weblog.cpp config.cpp main.cpp all: $(PROJECTNAME) -- cgit v1.2.3