Bug 1443823 Apply no-keep-inline-dllexport to MinGW x64 also r=glandium
MozReview-Commit-ID: 2Nyw738ZHou
# This Makefile is used as a shim to aid people with muscle memory# so that they can type "make".## This file and all of its targets should not be used by anything important.all:buildbuild: ./mach buildclean: ./mach clobber.PHONY:allbuildclean