cppcheck/Makefile

3 lines
76 B
Makefile

checkcode.exe: main.cpp
gxx -Wall -pedantic -g -o checkcode.exe main.cpp