readme: minor update

This commit is contained in:
Daniel Marjamäki 2007-05-15 19:07:22 +00:00
parent 9896c237bb
commit 6b444fbde3
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ Compiling
There are no dependencies. There are no dependencies.
Linux: Linux:
g++ -o cppcheck cppcheck.cpp g++ -o cppcheck main.cpp
Windows: Windows:
gxx -o cppcheck cppcheck.cpp gxx -o cppcheck main.cpp