diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -44,6 +44,10 @@ endif  SRC=\      minicc.cpp \ +    lexer.cpp \ +    grammer.cpp \ +    bnf.cpp \ +    test-lexer.cpp \      googletest/src/gtest-all.cpp \      googlemock/src/gmock-all.cpp | 
