Age | Commit message (Collapse) | Author |
|
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
GNU make emitted a warning at first compilation because the provided Makefile
tries to include a .depend file which is not delivered in the repository.
This file is created at the first compilation and therefore the warning
is not emitted afterward.
To stop complaining about this file, we replaced the 'include' directive
by the '-include' which simply ignores the files that do not exist.
|
|
|
|
|
|
|
|
|
|
This version of the project is entirely functionnal. Nevertheless, we
should make a small interface showing the values as a circle because the
id's on standard output do not seem very clear.
|