Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 428 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 428 Bytes

mesh

build

Unix shell implementation (incomplete) but with meta commands.

Requirements

  • C99-capable tool chain.
  • GNU make.
  • Yacc.
  • Flex.

Build

git submodule update --init
make

Development

  • make release - Build release binary (same as make).
  • make debug - Build debug binary.
  • make clean - Remove build files.