added custom types

This commit is contained in:
2016-02-22 12:18:11 -05:00
parent db05757b79
commit dd45d2fdda
4 changed files with 48 additions and 0 deletions

View File

@ -14,6 +14,9 @@ WriteMakefile(
'bin/add-slave',
'bin/del-slave',
'bin/list-slaves',
'bin/add-custom',
'bin/del-custom',
'bin/list-custom',
],
'AUTHOR' => 'Jorj Bauer <jorj@jorj.org>',
);