3469d0d038
cleaned up, and it seems a bug was introduced ??? I'll start checking this under Linux, as debugging is a lot easier under this environment..
8 lines
207 B
Makefile
8 lines
207 B
Makefile
make_module_list: add_autohint_module
|
|
|
|
add_autohint_module:
|
|
$(OPEN_DRIVER)autohint_module_class$(CLOSE_DRIVER)
|
|
$(ECHO_DRIVER)autohint $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
|
|
|
|
# EOF
|