Skip to content
  • Emmanuel Gil Peyrot's avatar
    Add an install and an install-debug targets · c8d00665
    Emmanuel Gil Peyrot authored
    This makes the user able to use the familiar `make install` syntax, and
    allows overriding of the default directories using the DESTDIR and
    PREFIX variables, for example:
     make DESTDIR=packaging PREFIX=/usr install
    c8d00665