X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=e183f4c8be3b89bb2f60ba4320091b3ea1bec947;hb=65517c0cd75d3c846d8e8304c414e9d63d155ecc;hp=1d2b6cb20dc446f1fda8dc0786fc2209bce8d157;hpb=f1ca1d91708a96870a9dc8e6bea8270d13ef0b25;p=moe.git diff --git a/Makefile b/Makefile index 1d2b6cb..e183f4c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION=1.0.99-20080220 # The default target -all: runtree programs +all: runtree programs datafiles # Include configuration s=. @@ -19,9 +19,15 @@ include $(s)/build/Maketop ifdef CONFIG_UCW_LIBS include $(s)/lib/Makefile include $(s)/sherlock/Makefile +# Disable built-in tests of these libraries +TESTS= endif include $(s)/box/Makefile +include $(s)/utils/Makefile +include $(s)/eval/Makefile +include $(s)/judge/Makefile +include $(s)/submit/Makefile # And finally the default rules of the build system include $(s)/build/Makebottom