plop-reader
plop-reader copied to clipboard
Makefile: use a better one
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?