X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=e183f4c8be3b89bb2f60ba4320091b3ea1bec947;hb=65517c0cd75d3c846d8e8304c414e9d63d155ecc;hp=3a68c0808e78039dd5d2309f8e520a2035e43b7c;hpb=54844f81bf5b6131237d3dc1a50448ea0816d091;p=moe.git diff --git a/Makefile b/Makefile index 3a68c08..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,10 +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