/bar

Simple script for building and running projects using CMake or Makefile regardless of current directory within a git repo

Primary LanguageShell

build-and-run

Simple utility script to build and run a project within a git repository with arguments

Installation

Run the install script

sudo ./install

Usage

bar

Supports

  • CMake
  • Makefile Note however that the identification of the executable is extremely primitive and simply runs the first executable found in the build directory. A very standard build system structure is therefore required

License

MIT