Revert changes to the main Makefile

This commit is contained in:
gdrooid 2014-08-17 21:37:13 +02:00
parent 7d434787b6
commit 6ff2b86dfc

View File

@ -15,7 +15,6 @@ all:
install:
@install -Dm755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
@install -Dm666 doc/${PROG}.1 ${DESTDIR}${MANDIR}/man1/${PROG}.1
make -C extras/po install
test:
make -C extras/test