diff options
-rw-r--r-- | lib/libshairport/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libshairport/Makefile b/lib/libshairport/Makefile index b977104725..588734f19e 100644 --- a/lib/libshairport/Makefile +++ b/lib/libshairport/Makefile @@ -50,10 +50,11 @@ $(SO_NAME): $(SOURCE) install: make -C $(SOURCE) install + ldconfig clean: - make -C $(SOURCE) clean + rm -rf $(SOURCE) + #make -C $(SOURCE) clean distclean:: rm -rf $(SOURCE) - |