]> mj.ucw.cz Git - moe.git/blobdiff - Makefile
Moved the main config file to cf/eval.
[moe.git] / Makefile
index af3658aba8866caf73a14fe0a512d2b56305f094..226437e9869a679280442dff27583c17a39e1bb0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 VERSION=1.0.99-20080220
 
 # The default target
-all: runtree programs datafiles
+all: runtree programs datafiles configs
 
 # Include configuration
 s=.
@@ -19,11 +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