plop-reader icon indicating copy to clipboard operation
plop-reader copied to clipboard

Makefile: use a better one

Open pmartin opened this issue 8 years ago • 0 comments

The current Makefile is a total mess:

  • written by hand
  • must be updated each time a source/header file is added/removed -- which is error-prone
  • dependancies are listed fully by-hand -- which means it doesn't recompile everything it should when it should, which is awful

=> Switch to something better! Maybe inspired by A Super-Simple Makefile for Medium-Sized C/C++ Projects?

pmartin avatar Sep 14 '16 06:09 pmartin