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
- Host: GitHub
- URL: https://github.com/arsngrobg/mymk
- Owner: Arsngrobg
- License: unlicense
- Created: 2026-04-24T17:06:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-24T22:59:18.000Z (about 1 month ago)
- Last Synced: 2026-04-24T23:15:32.848Z (about 1 month ago)
- Topics: build-system, cross-platform, gnu-make, makefile, posix, windows
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.