linux gcc makefile coding - JohnHau/mis GitHub Wiki
https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/
https://www3.ntu.edu.sg/home/ehchua/programming/cpp/gcc_make.html
https://www.cs.cmu.edu/~15131/f17/topics/makefiles/compiling-code/
https://opensource.com/article/18/8/what-how-makefile
https://www.tutorialspoint.com/makefile/makefile_quick_guide.htm
https://www.cs.swarthmore.edu/~newhall/unixhelp/howto_makefiles.html
https://earthly.dev/blog/g++-makefile/
https://www.oreilly.com/library/view/c-cookbook/0596007612/ch01s16.html
https://web.stanford.edu/class/archive/cs/cs107/cs107.1202/resources/make
https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
https://www.math.colostate.edu/~yzhou/computer/writemakefile.html
https://www.includehelp.com/c-programming-questions/what-is-makefile.aspx
https://web.physics.utah.edu/~p5720/rsrc/make.html
https://www.geeksforgeeks.org/how-to-use-make-utility-to-build-c-projects/
http://www.cs.columbia.edu/~jae/3136-LAST/files/L01-c-compilation.pdf
https://w3.cs.jmu.edu/lam2mo/cs240_2015_08/lab01-using_c.html
https://gribblelab.org/teaching/CBootCamp/12_Compiling_linking_Makefile_header_files.html
https://courses.engr.illinois.edu/cs225/sp2019/guides/maketutorial/
https://gist.github.com/nruth/2343804
https://www.softwaretestinghelp.com/cpp-makefile-tutorial/
https://atom.io/packages/gcc-make-run
https://people.cs.clemson.edu/~dhouse/courses/1070/labs/9-9/makefile-tutorial.html
https://randu.org/tutorials/c/make.php
https://www.codegrepper.com/code-examples/c/gcc+option+to+show+rules+of+makefile
https://www.codetd.com/en/article/12141831
https://www.cs.tufts.edu/comp/40/docs/make-compile.html
https://localcoder.org/how-do-i-make-a-simple-makefile-for-gcc-on-linux
https://www.hackerearth.com/practice/notes/the-make-command-and-makefiles/
https://www.cprogramming.com/tutorial/makefiles.html
https://blog.podkalicki.com/how-to-compile-and-burn-the-code-to-stm32-chip-on-linux-ubuntu/
https://www.classes.cs.uchicago.edu/archive/2017/winter/51081-1/LabFAQ/lab2/make.html
https://docs.oracle.com/cd/E19504-01/802-5880/6i9k05dhg/index.html
https://riptutorial.com/makefile
https://www.cs.usask.ca/staff/oster/makefiles.html
https://code.visualstudio.com/docs/cpp/config-wsl
https://www.cs.dartmouth.edu/~campbell/cs50/buildlib.html
http://fabacademy.org/archives/2015/doc/makefile.html
https://www.linuxtopia.org/online_books/an_introduction_to_gcc/gccintro_16.html
https://www.programmersought.net/article/331612897.html
https://www.usna.edu/Users/cs/roche/courses/s19ic221/lab06.html
https://elexfocus.com/create-simple-makefile-linux/
https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/rpii/cintro.html
https://devblogs.microsoft.com/cppblog/now-announcing-makefile-support-in-visual-studio-code/
https://initialcommit.com/blog/Learn-Git-Makefile
https://man7.org/linux/man-pages/man1/gcc.1.html
http://electro.fisica.unlp.edu.ar/temas/p5/gcc.html
https://www.ics.uci.edu/~aburtsev/143A/hw/hw1-makefiles-and-gdb/hw1-makefiles-and-gdb.html
https://cs.brown.edu/courses/csci1310/2020/assign/labs/lab2.html
https://www.pjrc.com/teensy/gcc.html
https://www.cs.miami.edu/home/wuchtys/CSC322-21S/Content/CTools/Make.shtml
https://help.perforce.com/hydraexpress/4.3.0/html/rwsfexpwsfabricationug/22-3.html
https://www.computerhope.com/unix/umake.htm
https://www.gamedev.net/forums/topic/496969-auto-generate-gcc-makefile-for-huge-project/
http://bits.usc.edu/cs104/labs/makefiles.html
https://people.eecs.berkeley.edu/~jrs/61bs09/reader/compilation.pdf
https://www.pololu.com/docs/0J61/6.3
https://code-examples.net/en/q/58cf8f
https://www.embeddedrelated.com/showarticle/740.php
https://www.codeproject.com/Articles/794764/Creating-A-Basic-Make-File-for-Compiling-C-Code
https://softwareengineering.stackexchange.com/questions/273581/is-a-makefile-really-needed
https://interrupt.memfault.com/blog/gnu-make-guidelines
http://cs107e.github.io/guides/make/
https://www.bogotobogo.com/cplusplus/gnumake.php
https://www.it.uc3m.es/pbasanta/asng/course_notes/ctut.pdf
https://freevideolectures.com/course/3558/ubuntu-i/3
https://linuxhint.com/compiling-code-using-make/
https://tutorialedge.net/golang/makefiles-for-go-developers/
https://mcuoneclipse.com/2017/07/22/tutorial-makefile-projects-with-eclipse/
https://avikdas.com/2019/12/16/makefiles-for-c-cpp-projects.html
https://www.cae.tntech.edu/help/programming/make_tutorial
https://www.csestack.org/makefile-tutorial-explained-example-beginners/
http://www.microhowto.info/howto/automatically_generate_makefile_dependencies.html
http://nuclear.mutantstargoat.com/articles/make/
https://blog.jetbrains.com/clion/2020/02/dealing-with-makefiles/
https://raspberry-projects.com/pi/programming-in-c/compilers-and-ides/geany/creating-a-project
https://eecs.oregonstate.edu/education/software/wunder.2/Makefile
https://www.nongnu.org/avr-libc/user-manual/group__demo__project.html
https://itecnote.com/tecnote/how-to-make-a-simple-makefile-for-gcc-on-linux/
https://www.eclipse.org/forums/index.php/t/1084520/
https://tildesites.bowdoin.edu/~ltoma/teaching/cs3225-GIS/fall16/Lectures/basics.html
http://retis.sssup.it/~luca/makefiles.pdf
https://stm32-base.org/concepts/makefiles.html
https://www.rapidtables.com/code/linux/gcc/gcc-wall.html
https://codingnest.com/basic-makefiles/
https://crpl.cis.udel.edu/ompvvsollve/documentation/makefile/
http://polaris.s.kanazawa-u.ac.jp/~npozar/intro-to-make.html
https://link.springer.com/content/pdf/bbm%3A978-1-4302-0219-6%2F1.pdf
https://preshing.com/20141119/how-to-build-a-gcc-cross-compiler/
https://spin.atomicobject.com/2016/08/26/makefile-c-projects/
https://askubuntu.com/questions/433943/how-to-clean-executable-using-make-clean
https://spack.readthedocs.io/en/latest/build_systems/makefilepackage.html
https://www.isical.ac.in/~pdslab/2017/lectures/makefiles.pdf
https://forum.arduino.cc/t/how-do-i-use-a-makefile/316848
http://www.crasseux.com/books/ctutorial/Compiling-multiple-files.html
https://courses.cs.duke.edu/cps108/doc/makefileinfo/sample.html
http://www.cplusplus.com/forum/beginner/73671/
https://www.kernel.org/doc/html/latest/kbuild/makefiles.html
https://microchipdeveloper.com/mplabx:work-outside-create-makefiles-info
https://vigges.net/qa/?qa=222783/
https://blog.fearcat.in/a?ID=00001-7727a49a-27c2-41f5-af60-6e76257753e2
https://richardvigilantebooks.com/how-do-i-run-a-makefile-in-gcc/
https://lwn.net/Articles/894149/
https://codeinfopark.com/questions/running-gcc-precompiler-on-java-code/
https://developpaper.com/csc415-command-line-arguments/
https://javamana.com/2022/130/202205100648338028.html
https://web.eecs.umich.edu/~sugih/pointers/make.html