silvasch / meson_c

A template for a c project configured using meson and just.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meson C

A template for c projects configured using meson and just.

Dependencies

  • a c compiler
  • meson
  • just

Usage

  1. Setup or reconfigure the project:
just setup
  1. Compile the project:
just build
  1. Run the project:
just run

You can also pass arguments to the compiled binary:

just run "Planet Eearth"

About

A template for a c project configured using meson and just.


Languages

Language:C 38.8%Language:Meson 38.3%Language:Just 22.9%