diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-10-26 15:38:54 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-10-26 15:38:54 +0100 |
commit | ce77838c4f32b9dc237f0c4b17d1f1e1741254d4 (patch) | |
tree | f8b987e81bd94bff0a4035ddfe75d344664ece10 /Makefile | |
parent | addbdf3cf71c6d332bdf86a101a7df544fe5a9a2 (diff) |
Added ProgramOpts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ PROGSRC=\ grammer.cpp \ lexer.cpp \ minicc.cpp \ + programopts.cpp TESTSRC=\ tests/test-cpp.cpp \ |