Skip to content

Generic Makefile for your C / C++ projects

License

Unlicense, MIT licenses found

Licenses found

Unlicense
LICENSE
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

oliikit/Generic-Makefile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Makefile

A generic makefile to be used in your C projects. It is reasonably small, but has some sweet features:

  • Automatically detects changes in dependencies (eg header files)
  • Detects system compiler / linker (via environment variable CC and LD)
  • Ability to amend CFLAGS, CPPFLAGS, LDFLAGS, or LDLIBS via cli
  • install and clean targets, the former also respects PREFIX
  • Genereting gdb debug files
  • Sane compiler defaults

Before use

Change the EXE variable to your desired name and you're good to go.

You can also do the optional changes below if you desire:

  • Change default CFLAGS, and LDFLAGS
  • Change default compiler / linker (via CC and LD variables)

License

Dual-Licensed under Public Domain & MIT

Copyright (c) 2017, Arvid Gerstmann All rights reserved.

About

Generic Makefile for your C / C++ projects

Resources

License

Unlicense, MIT licenses found

Licenses found

Unlicense
LICENSE
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%