tools/Makefile: fixed so the dmake can be built

This commit is contained in:
Daniel Marjamäki 2010-02-23 18:43:10 +01:00
parent ebc87c01dd
commit 209024adcb
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ errmsg: errmsg.cpp
g++ -Wall -pedantic -o errmsg errmsg.cpp g++ -Wall -pedantic -o errmsg errmsg.cpp
dmake: dmake.cpp dmake: dmake.cpp
g++ -Wall -pedantic -o dmake dmake.cpp ../src/filelister.cpp g++ -Wall -pedantic -o dmake dmake.cpp ../lib/filelister.cpp