tools/Makefile: fixed so the dmake can be built
This commit is contained in:
parent
ebc87c01dd
commit
209024adcb
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue