cppcheck/Makefile

3 lines
71 B
Makefile

cppcheck.exe: main.cpp
gxx -Wall -pedantic -o cppcheck.exe main.cpp