Update FILES
[apc.git] / build.linux.console
blob5b4086b4f5ea82e1884693a69e3fae6cd6d608ac
1 #!/bin/sh
3 set -e
5 cc -o hog -Wall -Werror -pedantic -W hog.c
6 cc -o idlestat -Wall -Werror -W idlestat.c
8 (cd mod && make)