Make my makefile

About

MakeMyMakefile.com is a website that I put together because finding a good template for a makefile wasn't easy. It was built to make it easy to get a starter makefile that you can use in your project.

I have spent years writing different makefiles. Each time I improved then, but I always had to figure it out again and again. I had just finished making another makefile for work and thought to my self, "I should make a website".

I looked around and didn't find any website's that would give you a makefile. There where a few out there but they built very basic makefile (they lacked things like auto dependencies, pattern rules, prebuild targets). I then started work on this web site.

License

The makefile that is generated is licensed under CC0 which is basicly public domain. That means you can take the makefile change it, give it away, do whatever you want with it, I don't care.