Skip to content

rayed/c_module_meson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Module with "meson" build

Example for writing C module, and using "meson" to compile it instead of Makefile

Building & Running

meson build
cd build
meson compile && ./numbers

About

Example for writing C module, and using "meson" to compile it instead of Makefile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors