diff --git a/Makefile b/Makefile index d15b48e2..ec4bb968 100644 --- a/Makefile +++ b/Makefile @@ -190,4 +190,4 @@ clean: cd examples && $(MAKE) clean rm -rf *.o *.core $(PROG) *.obj *.so $(PROG).txt *.dSYM *.tgz \ $(PROG).exe *.dll *.lib build/res.o build/res.RES *.dSYM *.zip *.pdb \ - *.exe *.dmg $(ALL_OBJECTS) $(ALL_WINOBJS) + *.exe *dmg* $(ALL_OBJECTS) $(ALL_WINOBJS)