Makefile: Removed Statements
This commit is contained in:
parent
7b084fb1c4
commit
72a1f746b8
2
Makefile
2
Makefile
|
@ -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)
|
OBJS=$(SRCS:%.cpp=%.o)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue