diff options
author | Mattias Andrée <maandree@kth.se> | 2021-08-16 00:17:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-08-16 00:17:06 +0200 |
commit | 7eb0d92453b888728cb1b7b418afc04d3fb438e2 (patch) | |
tree | 53a90447185b69b9a2c06c902606727c367ac42a /Makefile | |
parent | Add hdmx (diff) | |
download | libparsesfnt-7eb0d92453b888728cb1b7b418afc04d3fb438e2.tar.gz libparsesfnt-7eb0d92453b888728cb1b7b418afc04d3fb438e2.tar.bz2 libparsesfnt-7eb0d92453b888728cb1b7b418afc04d3fb438e2.tar.xz |
Add post + fix indention in hdmx
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ MODULES =\ gasp\ avar\ meta\ - hdmx + hdmx\ + post OBJ =\ libparsesfnt_parse___.o\ |