diff options
author | Mattias Andrée <maandree@kth.se> | 2017-06-11 01:04:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-06-11 01:04:18 +0200 |
commit | 97ab31ce3a681b3ef3384a0e166ba2779558395e (patch) | |
tree | ec9b638b0cbe43211a8385e0dd9a045dfad3f786 /Makefile | |
parent | Test and fix libcolour_convert_en_masse (diff) | |
download | libcolour-97ab31ce3a681b3ef3384a0e166ba2779558395e.tar.gz libcolour-97ab31ce3a681b3ef3384a0e166ba2779558395e.tar.bz2 libcolour-97ab31ce3a681b3ef3384a0e166ba2779558395e.tar.xz |
Add common.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ OBJ =\ long-double.o HDR =\ - libcolour.h + libcolour.h\ + common.h TEMPLATES =\ convert-template.c\ |