Makefile: suppress another error message on Windows
authorMaxim Belkin <maxim.belkin@gmail.com>
Fri, 6 Dec 2019 21:11:48 +0000 (15:11 -0600)
committerMaxim Belkin <maxim.belkin@gmail.com>
Fri, 6 Dec 2019 21:11:48 +0000 (15:11 -0600)
commitecb16113fc647b59cb3ee4d66bfc717fdb755444
treea7367d7f83c50a4cf7eac0bfbb53d0c39712e1ed
parent8eb0425e98fa8b42f3d628ab712e029c77a18a15
Makefile: suppress another error message on Windows

These '2>/dev/null' are important on Windows because without them
a mere `make` stalls.
Makefile