Explorar el Código

Fixed makefile

master
phillbush hace 4 años
padre
commit
697f63c474
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile Ver fichero

@@ -18,8 +18,9 @@ clean:

install: all
install -d ${DESTDIR}${PREFIX}/bin/
install -d ${DESTDIR}${MANPREFIX}/man1/
install -m 755 ${PROG} ${DESTDIR}${PREFIX}/bin/
install -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX}
install -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX}/man1/

uninstall:
rm -f ${DESTDIR}/${PREFIX}/bin/${PROG}


Cargando…
Cancelar
Guardar