aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-18Fix makefileMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-12-27make clean: remove .su filesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2022-02-19install_name_tool does not support --Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-19Improve makefileMattias Andrée1-54/+45
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-08-29make clean: remove __pycache__Mattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-08-28m libcolour.7Mattias Andrée1-6/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-06-09Use rm -f in MakefileMattias Andrée1-8/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-14Doc YESMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-14Add YES colour model, generate the conversion matrices, and add more direct conversionsMattias Andrée1-2/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-12libcolour_convert uses libcolour_convert_en_masse instead of the other way aroundMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-11Add common.hMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-10Add libcolour_convert_en_masseMattias Andrée1-2/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-08Add man pages for most colour modelsMattias Andrée1-2/+24
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Add libcolour.7 and macros for testing existance of definitionsMattias Andrée1-3/+70
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Makefile: add install and uninstallMattias Andrée1-4/+28
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Remove a much of stuff, change license, and add support for float and long doubleMattias Andrée1-0/+62
Signed-off-by: Mattias Andrée <maandree@kth.se>