Skip to content

EnfantT/sample_c

 
 

Repository files navigation

sample_c

Run Status

On the maintainer’s system:

  • aclocal # Set up an m4 environment
  • autoconf # Generate configure from configure.ac
  • automake --add-missing # Generate Makefile.in from Makefile.am

On the end-user’s system:

  • ./configure # Generate Makefile from Makefile.in
  • make # Use Makefile to build the program
  • make install # Use Makefile to install the program

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 87.4%
  • Makefile 12.4%
  • Other 0.2%