-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededwontfixThis will not be worked onThis will not be worked on
Description
Currently the makefile does not track the header files. That means that if you compile the program with make
and then change something in a header file and recompile it with make
it won't do anything as it only tracks the .cpp files. The workaround is to make clean
and then make
again.
If anyone wants to adjust the header file, so it recompiles the program when a header file changed please feel free to do so.
It is a very good and easy first issue. If you do it please remove the caution label in the README.md
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededwontfixThis will not be worked onThis will not be worked on