fix compile error
This commit is contained in:
parent
0b8f37b8ac
commit
8f6af5c6da
|
@ -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