diff --git a/Makefile b/Makefile index fc46acd4c..3746c75ec 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,6 @@ -cppcheck.exe: main.cpp - gxx -Wall -pedantic -o cppcheck.exe main.cpp + + +all: + gxx -Wall -pedantic -o cppcheck.exe main.cpp Tokenize.cpp Statements.cpp CheckBufferOverrun.cpp CheckClass.cpp CheckHeaders.cpp CheckMemoryLeak.cpp CheckOther.cpp CommonCheck.cpp + gxx -Wall -pedantic -o tok.exe testtok.cpp Tokenize.cpp CommonCheck.cpp +