From ce77838c4f32b9dc237f0c4b17d1f1e1741254d4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 26 Oct 2020 15:38:54 +0100 Subject: Added ProgramOpts --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3