aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-06-11 01:04:18 +0200
committerMattias Andrée <maandree@kth.se>2017-06-11 01:04:18 +0200
commit97ab31ce3a681b3ef3384a0e166ba2779558395e (patch)
treeec9b638b0cbe43211a8385e0dd9a045dfad3f786 /Makefile
parentTest and fix libcolour_convert_en_masse (diff)
downloadlibcolour-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 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dd9023..91fde95 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ OBJ =\
long-double.o
HDR =\
- libcolour.h
+ libcolour.h\
+ common.h
TEMPLATES =\
convert-template.c\