Makefile: Removed Statements

This commit is contained in:
Daniel Marjamäki 2008-04-06 09:47:25 +00:00
parent 7b084fb1c4
commit 72a1f746b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SRCS=CheckBufferOverrun.cpp CheckClass.cpp CheckHeaders.cpp CheckMemoryLeak.cpp CheckOther.cpp CommonCheck.cpp Statements.cpp tokenize.cpp
SRCS=CheckBufferOverrun.cpp CheckClass.cpp CheckHeaders.cpp CheckMemoryLeak.cpp CheckOther.cpp CommonCheck.cpp tokenize.cpp
OBJS=$(SRCS:%.cpp=%.o)