Hacker News
- Using Make – writing less Makefile https://text.causal.agency/001-make.txt 196 comments
- Using Makefile(s) for Go https://danishpraka.sh/2019/12/07/using-makefiles-for-go.html 101 comments
- The Makefile I use with JavaScript projects http://www.olioapps.com/blog/the-lost-art-of-the-makefile/ 512 comments
Lobsters
- Using Make – writing less Makefile https://text.causal.agency/001-make.txt 7 comments c , programming
- Using Make — writing less Makefile https://text.causal.agency/001-make.txt 27 comments programming
- A general makefile that's easily configured using a conf.mk file https://github.com/mortie/easy-makefile/ 10 comments c , c++ , programming
- PSA: Use latexmk to compile if you use a Makefile or the command-line https://en.wikibooks.org/wiki/LaTeX 14 comments latex
- About using Makefiles the right way in 2020 https://www.reddit.com/r/learnprogramming/comments/fd16t7/about_using_makefiles_the_right_way_in_2020/ 4 comments learnprogramming
- Using Makefile(s) for Go https://danishpraka.sh/2019/12/07/using-makefiles-for-go.html 31 comments golang
- Brief demos of using Gtk from a high level language without any C or makefiles. https://github.com/mifpasoti/gtk-demos 11 comments programming
- I don't like using the IDE, so I use a Makefile instead. I figured I'd share the love. :) https://github.com/tomswartz07/arduino-makefile 19 comments arduino
- C++ trick: use make with no Makefile http://seshbot.com/blog/2014/06/16/make-with-no-makefile-for-c-plus-plus-playgrounds/ 23 comments cpp
- How to use makefiles on Windows 10? Running into the same error message. https://github.com/efrantar/rob-twophase 24 comments learnprogramming
- Brief demos of using SBCL scripts with Gtk without using any downloaded bindings or C compilers or makefiles. https://www.reddit.com/r/lisp/comments/ace6bf/brief_demos_of_using_sbcl_scripts_with_gtk/ 10 comments lisp
- How to use CLion with Makefiles (and other project formats) by using the new Compilation DB feature https://blog.jetbrains.com/clion/2018/08/working-with-makefiles-in-clion-using-compilation-db/ 14 comments cpp
- A dev workflow with Docker (using a Makefile to run common tasks) https://shippingdocker.com/docker-in-development/dev-workflow/ 10 comments docker
- This may be a long shot, but does anyone have experience using Makefiles and the CodeSourcery CodeBench Lite (a gcc variant) compiler for ARM on Linux? https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CD4QFjAA&url=http%3A%2F%2Fwww.cs.indiana.edu%2F~geobrown%2Fbook.pdf&ei=uN0KUa7pBITo9ASeu4GACg&usg=AFQjCNF2AcXa7hprsYq9bd7DlMepiSw0zg&bvm=bv.41642243,d.eWU 8 comments learnprogramming
- Makefile performance: how to use $(shell) http://blog.electric-cloud.com/2009/03/23/makefile-performance-shell/ 3 comments programming
- New blog post about makefiles being used in modern development. Link is listed below in case you wanted to check it out. https://shipyard.build/blog/makefiles-for-modern-development/ 2 comments devops
- Where to put global config files for a Go program? (bonus points for not using a makefile) https://github.com/cdiener/govitae 17 comments golang
- Python's Makefile - why aren't Python programmers using build tools like 'make' or 'rake'? http://blog.ianbicking.org/pythons-makefile.html 4 comments programming
- A Makefile to compile a Maven/Gradle-style project layout using a custom JDK (for use w/ IE, Valhalla) -- Built because neither IntelliJ nor Maven can build/run Valhalla projects right now https://gist.github.com/GavinRay97/bd7e36f3db9d3414b680d30a70f71f32 15 comments java
- Using a Makefile with .PHONY-only targets? Use a run.sh script instead https://death.andgravity.com/run-sh 8 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
- Show proggit: I made a Brainfuck interpreter in pure GNU makefile (the char print and read routines use $(shell), nothing else) https://github.com/refi64/turer/blob/master/make/turer.mk?ts=4 14 comments programming