logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

codelite-make - a makefile generator based on CodeLite's workspace

Description

codelite-make  generates  a  makefile to build a CodeLite project. The command which can be used to build
       the project is printed.

Name

       codelite-make - a makefile generator based on CodeLite's workspace

Options

-w, --workspace=workspace-file
              Set the CodeLite workspace file to read the list of projects from.

       -c, --config=configuration
              Set the workspace configuration to generate a makefile for.

       -p, --project=project
              Set the project to generate a makefile for. If omitted, a  makefile  for  the  active  project  is
              generated.

       -e, --execute
              Build the project after the makefile is generated.

       -v, --verbose
              Enable verbose messages.

       -h, --help
              Print a brief usage summary.

See Also

codelite(1), make(1)

       CodeLite online documentation ⟨http://codelite.org/LiteEditor/Documentation⟩

                                                   2014-04-11                                   CODELITE-MAKE(1)

Synopsis

codelite-make-wworkspace-cconfiguration [-pproject] [-e] [-v]
       codelite-make [-h]

See Also