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

https://github.com/arsngrobg/mymk

A standardised Makefile snippet that I use across my C projects
https://github.com/arsngrobg/mymk

build-system cross-platform gnu-make makefile posix windows

Last synced: about 1 month ago
JSON representation

A standardised Makefile snippet that I use across my C projects

Awesome Lists containing this project

README

          

# mymk
A single `.mk` file that has a standardized way of configuring my C projects that use GNU make.

## How to Use
Simply, include it in your Makefile:
```make
...

include mymk.mk

...
```
or, you can copy this snippet straight into your project's Makefile.