Skip to content

Commit

Permalink
add *.dylib.* to clean target as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiradur committed Jul 4, 2015
1 parent c1b9969 commit f3f81eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ installosx: dylib
@echo "** Library files installed in $(PREFIX)/lib"

clean:
@rm -f *.o *.so *.so.* *.a *.dll *.def *.dylib
@rm -f *.o *.so *.so.* *.a *.dll *.def *.dylib *.dylib.*

0 comments on commit f3f81eb

Please sign in to comment.