X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=fbae3c538d28498d8c0240ee449af17dccca1816;hb=45622a514ae66c6815dcc79b08428d9e82299909;hp=226437e9869a679280442dff27583c17a39e1bb0;hpb=5df9d386bdbb242b44f055b3db02e145260db073;p=moe.git diff --git a/Makefile b/Makefile index 226437e..fbae3c5 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,14 @@ include $(s)/box/Makefile include $(s)/utils/Makefile include $(s)/eval/Makefile include $(s)/judge/Makefile + +ifdef CONFIG_SUBMIT include $(s)/submit/Makefile +endif + +ifdef CONFIG_MOP +include $(s)/mop/Makefile +endif # And finally the default rules of the build system include $(s)/build/Makebottom