Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 617 Bytes

README.rst

File metadata and controls

43 lines (23 loc) · 617 Bytes

Conestack

This package contains the constack organization docs and a setup for working on packages of this organization.

Install System dependencies (Debian/Ubuntu):

$ make dependencies

Install development environment:

$ make project-install

Build docs:

$ make docs

Run tests:

$ make test

Cleanup development environment:

$ make project-clean

Cleanup development environment including sources directory:

$ make project-full-clean

Happy hacking!