Hacker News
- Solving the Makefile Problem (2014) http://hintjens.com/blog:79 2 comments
- One line you should add to every makefile http://blog.jgc.org/2015/04/the-one-line-you-should-add-to-every.html 96 comments
Lobsters
- Using Make – writing less Makefile https://text.causal.agency/001-make.txt 7 comments c , programming
- A Tutorial on Portable Makefiles http://nullprogram.com/blog/2017/08/20/ 12 comments c , unix , windows
- Self-Documented Makefile http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html 4 comments programming , unix
- Cake: Just another C/C++ Makefile-based build system https://www.reddit.com/r/cpp/comments/krwnz3/cake_just_another_cc_makefilebased_build_system/ 13 comments cpp
- Makefile-driven ops (Makefile + envsubst over Helm + Ksonnet) https://vadosware.io/post/using-makefiles-and-envsubst-as-an-alternative-to-helm-and-ksonnet/ 15 comments kubernetes
- Makefile Tutorial by Example https://makefiletutorial.com/ 5 comments linux
- PSA: Use latexmk to compile if you use a Makefile or the command-line https://en.wikibooks.org/wiki/LaTeX 14 comments latex
- Video: Run PHP QA tools in parallel on Docker via Makefile [Tutorial] https://www.youtube.com/watch?v=ocM4ktjqwIg 3 comments php
- A Makefile for docker monorepos https://github.com/enspirit/makefile-for-monorepos 7 comments docker
- Working on a phoenix app & created a makefile & dockerfile which makes it easy to spin up a comprehensive phoenix dev environment from scratch. Tested on Ubuntu 20.10 but should work on 20.04 https://gist.github.com/sesopenko/2f392c6fef73f16a3660ec74aef0bff1 8 comments elixir
- Why I Prefer Makefiles Over package.json Scripts https://spin.atomicobject.com/2021/03/22/makefiles-vs-package-json-scripts/ 13 comments javascript
- C++ Makefile Example https://www.partow.net/programming/makefile/index.html 2 comments coding
- Tiny build tool : µmake (quick makefile alternative) https://www.reddit.com/r/cpp/comments/jtlalr/tiny_build_tool_%C2%B5make_quick_makefile_alternative/ 18 comments cpp
- Pattern for distributing a portable CLI app with separate assets & related question about the build process. makefile maybe? https://www.reddit.com/r/golang/comments/h9ukyv/pattern_for_distributing_a_portable_cli_app_with/ 4 comments golang
- Makefiles for Frontend - a possible alternative to npm scripts https://medium.com/finn-no/makefiles-for-frontend-1779be46461b 6 comments webdev
- A Makefile for Emacs Packages https://nullprogram.com/blog/2020/01/22/ 6 comments emacs
- A Makefile for your Go project (2019) https://vincent.bernat.ch/en/blog/2019-makefile-build-golang 30 comments golang
- Makefiles, Best Practices https://danyspin97.org/blog/makefiles-best-practices/ 8 comments programming
- What is a Makefile and how does it work? https://opensource.com/article/18/8/what-how-makefile 108 comments programming
- A Good Makefile for Go http://azer.bike/journal/a-good-makefile-for-go/ 18 comments golang
- A Makefile template for creating an executable Common Lisp image https://www.reddit.com/r/lisp/comments/8o2r8p/a_makefile_template_for_creating_an_executable/ 10 comments lisp
- why you need a makefile in your project https://blog.theodo.fr/2018/05/why-you-need-a-makefile-on-your-project/ 34 comments programming
- The Lost Art of the Makefile http://www.olioapps.com/blog/the-lost-art-of-the-makefile/ 6 comments javascript
- "A simple makefile" is a unicorn http://nibblestew.blogspot.com/2017/12/a-simple-makefile-is-unicorn.html 75 comments programming
- Go AST for Makefiles? https://www.reddit.com/r/golang/comments/76fzhr/go_ast_for_makefiles/ 4 comments golang
- It’s time for makefiles to make a comeback – Jason Olson – Medium https://medium.com/@jolson88/its-time-for-makefiles-to-make-a-comeback-36cbc358bb0a 106 comments programming
- Self-Documented Makefile http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html 4 comments compsci
- Ports are more than just a makefile http://homing-on-code.blogspot.com/2015/04/ports-are-more-than-just-makefile.html 8 comments linux
- At long last, Servo ditches Makefiles for Cargo https://github.com/servo/servo/pull/3230 8 comments rust
- Meet wmake - easy generation of makefiles for webapps [x/post from webdev] http://www.vittoriozaccaria.net/wmake/ 3 comments javascript
- [c] Makefile bugs, is anyone able to take a look at my code and see where to fix this? http://pastebin.com/JtERTfJf 3 comments learnprogramming
- Need Help with a makefile from Hell (perl) (xpost) http://pastebin.com/aLKd670w 3 comments learnprogramming
- Advanced Arduino Hacking: moving beyond the default IDE with makefiles and C++ http://www.pragprog.com/magazines/2011-04/advanced-arduino-hacking 6 comments arduino
- Makefile hacks: print the value of any variable http://blog.melski.net/2010/11/30/makefile-hacks-print-the-value-of-any-variable/ 9 comments programming
- Makefile tricks for automatic dependency calculation and nonrecursive makefiles. http://locklessinc.com/articles/makefile_tricks/ 18 comments programming
- Makefile performance: recursive make http://blog.electric-cloud.com/2009/03/18/it-goes-to-11/ 6 comments programming
- Writing quick C++ programs in emacs without a makefile http://justinsboringpage.blogspot.com/2009/05/writing-quick-c-programs-in-emacs.html 4 comments emacs
- The ultimate LaTeX Makefile. http://www.acoustics.hut.fi/u/mairas/ultimatelatexmakefile/ 3 comments programming