Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msabramo/hello_world_autoconf

A minimal C program with Autoconf and Automake
https://github.com/msabramo/hello_world_autoconf

Last synced: 15 days ago
JSON representation

A minimal C program with Autoconf and Automake

Awesome Lists containing this project

README

        

To build:

* `autoreconf -i`
* `./configure`
* `make`