1### make_store stores the compilation and warning messages on different files
2###           compilation_messages and warning_messages
3### Of course, error go on warning messages... so you can't see the error happening.
4#!/bin/sh
5make 1>compilation_messages 2>warning_messages
6