From 3c475f5027e870b19b9227375121b3b860eafb93 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 4 Jan 2023 20:22:36 +0100 Subject: Added os.cpp and base64.cpp --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3