Updated the Makefile. The name of this project has changed from 'codecheck' to 'cppcheck'

This commit is contained in:
Daniel Marjamäki 2007-05-15 11:19:22 +00:00
parent 1bcaa2c592
commit 8ccc97a22e
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
checkcode.exe: main.cpp
gxx -Wall -pedantic -g -o checkcode.exe main.cpp
cppcheck.exe: main.cpp
gxx -Wall -pedantic -o cppcheck.exe main.cpp