summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-11 16:04:35 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-11 16:04:35 +0100
commit92a14d375c8cd9dabc32ccb6dcbdf83321af535f (patch)
tree5a0c22d993199f8fa0de1d18b78d5209ca9f4c81 /Makefile
parentdf5e04b2dafde8ff3c87ba8412a9a728f8b24b7d (diff)
Added config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
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)