diff options
author | aguynamedryan <aguynamedryan+oss@gmail.com> | 2011-08-17 16:20:10 -0700 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-08-18 12:25:50 +0200 |
commit | 30956f51abd3d26e8ef085765af96cfddb5d1220 (patch) | |
tree | 7d71a7e1a6afe39f7e4a819f23910f5db47eb983 | |
parent | 735752ff30b7cc2a905dc6763bf3120b9bd70f62 (diff) | |
download | pianobar-30956f51abd3d26e8ef085765af96cfddb5d1220.tar.gz pianobar-30956f51abd3d26e8ef085765af96cfddb5d1220.tar.bz2 pianobar-30956f51abd3d26e8ef085765af96cfddb5d1220.zip |
Add .PHONY to Makefile to avoid conflicts on case-insensitive file systems
Closes #147
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,3 +154,5 @@ install-libpiano: install -m644 libpiano.a ${DESTDIR}/${LIBDIR}/ install -d ${DESTDIR}/${INCDIR}/ install -m644 src/libpiano/piano.h ${DESTDIR}/${INCDIR}/ + +.PHONY: install install-libpiano test debug all |