summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-08cph: allow to overrride yes and no answersHEADmasterOlivier Gayot
using --yes and --no with an argument, we can now replace the default value printed on stdout respectively for a yes or a no. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-02-08cph: explicit the return value of mainOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-02-08Makefile: fixed potential dependency issueOlivier Gayot
using the -std=... option could affect the dependencies. Thus, we must use it when generating the .d files as well. fixed by adding the CFLAGS to the recipe which creates the .d files. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-02-07Makefile: added the CFLAGSOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-02-06cph: first commitOlivier Gayot
added the source file and the Makefile Signed-off-by: Olivier Gayot <duskcoder@gmail.com>