Skip to main content

Command to create a Makefile to build nicely written Fortran code.

Project description

makemakef

Command to create a Makefile to build nicely written Fortran code.

Usage

# For build .exe
makemakef -rc -s .F90 -n main.exe -fc gfortran

# For build .a
makemakef -rc -s .F90 -n libname.a -fc gfortran -lib

# Run make
make builddir  # create directories for build
make all  # or make test if test code exists

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

makemakef-0.2.12.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

makemakef-0.2.12-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page