summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-04 20:22:36 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-04 20:22:36 +0100
commit3c475f5027e870b19b9227375121b3b860eafb93 (patch)
treea72b0e4e991d07719e52539ac9275f9afa33c02d /Makefile
parentbf9ada75b941b40f30dfb25b063e064be062b7d8 (diff)
Added os.cpp and base64.cpp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9604093..18725c8 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,10 @@ CXXFLAGS+=-fvisibility=hidden
CXXFLAGS+=-fPIC
PROGSRC=\
+ base64.cpp \
file.cpp \
mime.cpp \
+ os.cpp \
stringutil.cpp \
tempfile.cpp \
url.cpp