fix compilation error
This commit is contained in:
parent
d36ed9aff1
commit
48cc875bdf
|
@ -5,6 +5,6 @@ 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 ../cli/filelister_unix.cpp ../lib/path.cpp
|
||||
g++ -Wall -pedantic -o dmake -I../lib dmake.cpp ../cli/filelister.cpp ../lib/path.cpp
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue