updated the Makefile
This commit is contained in:
parent
416115e38f
commit
a065ed9d05
4
Makefile
4
Makefile
|
@ -33,7 +33,6 @@ TESTOBJ = test/testautovariables.o \
|
|||
test/testconstructors.o \
|
||||
test/testcppcheck.o \
|
||||
test/testdangerousfunctions.o \
|
||||
test/testautovariables.o \
|
||||
test/testdivision.o \
|
||||
test/testfilelister.o \
|
||||
test/testfunctionusage.o \
|
||||
|
@ -185,9 +184,6 @@ test/testcppcheck.o: test/testcppcheck.cpp test/testsuite.h src/errorlogger.h sr
|
|||
test/testdangerousfunctions.o: test/testdangerousfunctions.cpp src/tokenize.h src/settings.h src/errorlogger.h src/token.h src/checkdangerousfunctions.h src/check.h test/testsuite.h
|
||||
$(CXX) $(CXXFLAGS) -c -o test/testdangerousfunctions.o test/testdangerousfunctions.cpp
|
||||
|
||||
test/testautovariables.o: test/testautovariables.cpp src/tokenize.h src/settings.h src/errorlogger.h src/token.h src/checkdangerousfunctions.h src/check.h test/testsuite.h
|
||||
$(CXX) $(CXXFLAGS) -c -o test/testautovariables.o test/testautovariables.cpp
|
||||
|
||||
test/testdivision.o: test/testdivision.cpp src/tokenize.h src/settings.h src/errorlogger.h src/token.h src/checkother.h src/check.h test/testsuite.h
|
||||
$(CXX) $(CXXFLAGS) -c -o test/testdivision.o test/testdivision.cpp
|
||||
|
||||
|
|
Loading…
Reference in New Issue