From c1b99694387e917c9dfb392ad41db7db7170f480 Mon Sep 17 00:00:00 2001 From: Niklas Kersten Date: Sat, 4 Jul 2015 10:13:29 +0200 Subject: [PATCH] add *.dylib to clean target --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index cc7620c..a1b2aa7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -63,4 +63,4 @@ installosx: dylib @echo "** Library files installed in $(PREFIX)/lib" clean: - @rm -f *.o *.so *.so.* *.a *.dll *.def + @rm -f *.o *.so *.so.* *.a *.dll *.def *.dylib