Fix a typo in xas.1 (thanks to Marcell)
[amule.git] / src / utils / scripts / make_store
blob5a4032462a0b0ed0a1129c94876dd66b2fdf8a59
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
5 make 1>compilation_messages 2>warning_messages