Skip to content

Commit

Permalink
add uninstall into makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fawaf committed Dec 12, 2016
1 parent 18f39b5 commit 9b26abb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,13 @@ install-libpiano:
install -d ${DESTDIR}${INCDIR}/
install -m644 src/libpiano/piano.h ${DESTDIR}${INCDIR}/

.PHONY: install install-libpiano test debug all
uninstall:
$(RM) ${DESTDIR}/${BINDIR}/pianobar \
${DESTDIR}/${MANDIR}/man1/pianobar.1 \
${DESTDIR}/${LIBDIR}/libpiano.so.0.0.0 \
${DESTDIR}/${LIBDIR}/libpiano.so.0 \
${DESTDIR}/${LIBDIR}/libpiano.so \
${DESTDIR}/${LIBDIR}/libpiano.a \
${DESTDIR}/${INCDIR}/piano.h

.PHONY: install install-libpiano uninstall test debug all

0 comments on commit 9b26abb

Please sign in to comment.