Skip to content

Commit

Permalink
add *.dylib to clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiradur committed Jul 4, 2015
1 parent 1aae247 commit c1b9969
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
@rm -f *.o *.so *.so.* *.a *.dll *.def *.dylib

0 comments on commit c1b9969

Please sign in to comment.