cppcheck/tools/Makefile

11 lines
188 B
Makefile
Raw Normal View History

all: errmsg dmake
errmsg: errmsg.cpp
g++ -Wall -pedantic -o errmsg errmsg.cpp
dmake: dmake.cpp
2011-03-23 01:25:47 +01:00
g++ -Wall -pedantic -o dmake -I../lib dmake.cpp ../cli/filelister.cpp ../lib/path.cpp