]> mj.ucw.cz Git - checkmail.git/blob - maint/check-compile
Mail age gets updated properly, even if the mailbox does not change
[checkmail.git] / maint / check-compile
1 #!/bin/sh
2 echo "### Normal compile ###"
3 make
4 make clean
5 echo "### No wide curses ###"
6 make CONFIG_WIDE_CURSES=0
7 make clean
8 echo "### No X11 ###"
9 make CONFIG_X11=0