From 5589fa1d5ff02d4e617410b85299a769fda4cb1a Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 31 Aug 2007 00:58:17 +0400 Subject: [PATCH] Build idlestat too --- build.linux | 1 + 1 file changed, 1 insertion(+) diff --git a/build.linux b/build.linux index 3174bac..d3b5aac 100755 --- a/build.linux +++ b/build.linux @@ -7,5 +7,6 @@ flags="-custom -thread -I +lablGL" test -z "$comp" && comp=ocamlc $comp -o apc $flags $libs apc.ml ml_apc.c cc -o hog -Wall -Werror -pedantic -W hog.c +cc -o idlestat -Wall -Werror -W idlestat.c (cd mod && make) -- 2.11.4.GIT