make()
{
    mk_library \
        LIB=gpglib \
        SOURCES="*.c" \
        INCLUDEDIRS=". ../include"
}