- I created the ultimate Makefile for Go projects that actually scales from tiny to enterprise https://github.com/crazywolf132/ultimate-gomake 69 comments golang
- GoMk - An opinionated Makefile for Go projects https://github.com/hgfischer/gomk 14 comments golang
- Hellogopher is a Makefile that makes your conventional Go project build from anywhere, for anyone, with just make. https://github.com/cloudflare/hellogopher/blob/master/readme.md 6 comments programming
- I made a template project for using GTK+ 3 with Glade in C. Maybe its more of a makefile project going by the code percentage. Anyways should make it fast to start a new GTK project! Feedback appreciated, I'm new to C. https://github.com/trainraider/gtk3-glade-c-template 4 comments c_programming