summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-10-26 15:38:54 +0100
committerRoland Reichwein <mail@reichwein.it>2020-10-26 15:38:54 +0100
commitce77838c4f32b9dc237f0c4b17d1f1e1741254d4 (patch)
treef8b987e81bd94bff0a4035ddfe75d344664ece10 /Makefile
parentaddbdf3cf71c6d332bdf86a101a7df544fe5a9a2 (diff)
Added ProgramOpts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 316e21b..237548b 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ PROGSRC=\
grammer.cpp \
lexer.cpp \
minicc.cpp \
+ programopts.cpp
TESTSRC=\
tests/test-cpp.cpp \