summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-01fixed invalid syntax for `make distclean'Olivier Gayot
When using nested expansion, beware to use commas and not only spaces. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-03-01avoid trailing spacesOlivier Gayot
if no dependencies are given, we should not print a space after the colon. fixed by checking if dependencies are given Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-02-28remove swap files when using running make distcleanOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-02-28fix invalid order of commandsOlivier Gayot
using dictionnaries, the order of the commands are not guaranteed since dictionnaries are unordered. Fixec by replacing dictionnaries by lists. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-02-28chance copyright syntaxOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-02-26first commitOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>