diff options
| author | Roland Reichwein <mail@reichwein.it> | 2023-02-11 16:04:35 +0100 |
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2023-02-11 16:04:35 +0100 |
| commit | 92a14d375c8cd9dabc32ccb6dcbdf83321af535f (patch) | |
| tree | 5a0c22d993199f8fa0de1d18b78d5209ca9f4c81 /Makefile | |
| parent | df5e04b2dafde8ff3c87ba8412a9a728f8b24b7d (diff) | |
Added config
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -15,10 +15,8 @@ LDLIBS=\ -lssl -lcrypto \ -ldl -PROGSRC=\ - weblog.cpp - -SRC=$(PROGSRC) +SRC=\ + weblog.cpp config.cpp main.cpp all: $(PROJECTNAME) |
