From 20a2aa6070d6e7e6a1bd9e0bb2e85eca10543bbc Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 9 May 2024 11:53:46 +0200 Subject: Added programopts --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c29509..6735c82 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ PROGSRC=\ mime.cpp \ os.cpp \ process.cpp \ + programopts.cpp \ stringhelper.cpp \ tempfile.cpp \ url.cpp \ @@ -114,6 +115,8 @@ os.cpp \ os.h \ process.cpp \ process.h \ +programopts.cpp \ +programopts.h \ remote-install.sh \ stringhelper.cpp \ stringhelper.h \ -- cgit v1.2.3