cppcheck/tools/Makefile
2011-06-18 11:08:40 +03:00

11 lines
188 B
Makefile

all: errmsg dmake
errmsg: errmsg.cpp
g++ -Wall -pedantic -o errmsg errmsg.cpp
dmake: dmake.cpp
g++ -Wall -pedantic -o dmake -I../lib dmake.cpp ../cli/filelister.cpp ../lib/path.cpp