From 30956f51abd3d26e8ef085765af96cfddb5d1220 Mon Sep 17 00:00:00 2001 From: aguynamedryan Date: Wed, 17 Aug 2011 16:20:10 -0700 Subject: Add .PHONY to Makefile to avoid conflicts on case-insensitive file systems Closes #147 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97ca76b..2274644 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3