summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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)