summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-07Don't use identity operator with a string literalHEADmasterOlivier Gayot
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
2021-12-07Change shebang to Python 3Olivier Gayot
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
2015-08-06removed trailing spaces after variables with no valueOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-05-16added code to handle c and c++ in the mainOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-05-16GNU make does not handle spaces in filenamesOlivier Gayot
Let's not use double quotes around filenames since make does not handle them. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2015-05-16do not add a final separator.Olivier Gayot
The Makefile used to have a trailing newline at the end of the file. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
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>