Skip to content
Snippets Groups Projects
Commit 6929f36f authored by rswindell's avatar rswindell
Browse files

Fixed initialization of params.make_cmdline.

parent 6c27d378
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ int main(int argc, char **argv)
#else
"gmake"
#endif
" install -f install/GNUmakefile";
" install -f install/GNUmakefile");
params.usebcc=FALSE;
SAFECOPY(params.cflags,"");
params.debug=FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment