summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-09 11:53:46 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-09 11:53:46 +0200
commit20a2aa6070d6e7e6a1bd9e0bb2e85eca10543bbc (patch)
tree61af71c9a6a4d255fa5366b5b866b7091d13a406 /Makefile
parent89b05af725d216553924fbec4331c13e7313e66c (diff)
Added programopts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 \