From b97f6b86b85553acd3863ee18a67b8868e0ea7b4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 25 Jan 2020 13:31:51 +0100 Subject: Refactor, fix missing files --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 547e905..b18defe 100644 --- a/Makefile +++ b/Makefile @@ -43,10 +43,11 @@ LIBS+= \ endif SRC=\ - minicc.cpp \ - lexer.cpp \ - grammer.cpp \ bnf.cpp \ + cpp.cpp \ + grammer.cpp \ + lexer.cpp \ + minicc.cpp \ test-lexer.cpp \ googletest/src/gtest-all.cpp \ googlemock/src/gmock-all.cpp -- cgit v1.2.3